5 references to GetMethod
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (4)
464
var genericMethod = nativeLayoutInfoLoadContext.
GetMethod
(ref parser);
506
var method = nativeLayoutInfoLoadContext.
GetMethod
(ref parser);
536
var method = nativeLayoutInfoLoadContext.
GetMethod
(ref parser);
581
MethodDesc constrainedMethod = nativeLayoutInfoLoadContext.
GetMethod
(ref parser);
Internal\Runtime\TypeLoader\TemplateLocator.cs (1)
110
var candidateTemplate = (InstantiatedMethod)context.
GetMethod
(ref methodSignatureParser);