1 write to Instructions
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\MethodBodyStreamEncoder.cs (1)
118
Instructions
= instructions;
3 references to Instructions
ILAssembler (2)
EntityRegistry.cs (2)
400
var writer1 = new BlobWriter(fallbackBody.
Instructions
);
416
var writer2 = new BlobWriter(fallbackBody.
Instructions
);
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
3083
WriteInstructions(encodedBody.
Instructions
, methodBody.IL, ref mvidStringHandle, ref mvidStringFixup);