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