2 references to GetMethodForMetadata
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (2)
156
context.MetadataManager.GetNativeLayoutMetadataDependencies(ref dependencies, context,
GetMethodForMetadata
(_method, out _, out _));
194
MethodDesc methodForToken =
GetMethodForMetadata
(_method, out bool isAsyncVariant, out bool isReturnDroppingAsyncThunk);