2 references to GetMethodForMetadata
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericMethodsHashtableNode.cs (2)
70
MethodDesc methodForMetadata =
GetMethodForMetadata
(method, out bool isAsyncVariant, out bool isReturnDroppingAsyncThunk);
113
factory.MetadataManager.GetNativeLayoutMetadataDependencies(ref dependencies, factory,
GetMethodForMetadata
(method, out _, out _));