ILAssembler
ILAssembler copied to clipboard
Remove pointless unsafe block in CilAssembler.cs
https://github.com/SeeminglyScience/ILAssembler/blob/ccdac27792cbd89d800ace04fe5c896f58b8b210/src/ILAssembler/CilAssembler.cs#L244-L254
Saves one minor heap allocation every assemble, but not really worth the readability loss and the stackalloc
doesn't guard against stack overflow.