6 references to GetMethod
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (5)
503
var method = nativeLayoutInfoLoadContext.
GetMethod
(ref parser);
512
var genericMethod = nativeLayoutInfoLoadContext.
GetMethod
(ref parser);
554
var method = nativeLayoutInfoLoadContext.
GetMethod
(ref parser);
584
var method = nativeLayoutInfoLoadContext.
GetMethod
(ref parser);
629
MethodDesc constrainedMethod = nativeLayoutInfoLoadContext.
GetMethod
(ref parser);
Internal\Runtime\TypeLoader\TemplateLocator.cs (1)
110
var candidateTemplate = (InstantiatedMethod)context.
GetMethod
(ref methodSignatureParser);