4 references to GetMethodBody
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
30var _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)
4007return _peReaderOpt.GetMethodBody(method.RelativeVirtualAddress);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
114return new EcmaMethodBody(owner, ((EcmaModule)(owner.MethodBase.Module)).PEReader.GetMethodBody(rva));