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