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