4 references to GetMethodBody
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
30
var _methodBody = _module.PEReader.
GetMethodBody
(rva);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\EcmaMethodIL.cs (1)
37
_methodBody = _module.PEReader.
GetMethodBody
(rva);
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
4007
return _peReaderOpt.
GetMethodBody
(method.RelativeVirtualAddress);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
114
return new EcmaMethodBody(owner, ((EcmaModule)(owner.MethodBase.Module)).PEReader.
GetMethodBody
(rva));