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