3 references to GetMethodForMetadata
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (2)
41int token = factory.MetadataManager.GetMetadataHandleForMethod(factory, GetMethodForMetadata(targetMethod, out bool isAsyncVariant)); 93factory.MetadataManager.GetNativeLayoutMetadataDependencies(ref result, factory, GetMethodForMetadata(targetMethod, out _));
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
1313factory.MetadataManager.GetNativeLayoutMetadataDependencies(ref result, factory, GvmDispatchCellInfoSectionNode.GetMethodForMetadata(_method, out _));