8 references to GetMethodImplementation
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
387var methodImpl = type.MetadataReader.GetMethodImplementation(methodImplHandle);
Compiler\ReadyToRunVisibilityRootProvider.cs (1)
130MethodImplementation methodImpl = metadataReader.GetMethodImplementation(methodImplHandle);
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.MethodImpls.cs (2)
23MethodImplementation methodImpl = metadataReader.GetMethodImplementation(methodImplHandle); 67MethodImplementation methodImpl = metadataReader.GetMethodImplementation(methodImplHandle);
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EmitBaseline.cs (1)
537var methodImpl = reader.GetMethodImplementation(MetadataTokens.MethodImplementationHandle(row));
MetadataReader\PEModule.cs (1)
3419var impl = MetadataReader.GetMethodImplementation(methodImpl);
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.WinMD.cs (1)
449MethodImplementation methodImpl = GetMethodImplementation(methodImplHandle);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
44public static MethodImplementation GetMethodImplementation(this MethodImplementationHandle handle, MetadataReader reader) => reader.GetMethodImplementation(handle);