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