4 references to AddMethodBody
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
80
int methodILOffset = _methodBodyStream.
AddMethodBody
(il, maxStack);
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
80
int methodILOffset = _methodBodyStream.
AddMethodBody
(il, maxStack);
System.Reflection.Emit (1)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
627
bodyEncoder.
AddMethodBody
(
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\MethodBodyStreamEncoder.cs (1)
142
=>
AddMethodBody
(instructionEncoder, maxStack, localVariablesSignature, attributes, hasDynamicStackAllocation: false);