1 write to Method
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
517Method = method,
9 references to Method
System.Private.TypeLoader (9)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (9)
316if (Method.IsCanonicalMethod(CanonicalFormKind.Any)) 324builder.RegisterForPreparation(Method.OwningType); 325foreach (var type in Method.Instantiation) 331RuntimeTypeHandle[] genericArgHandles = Method.HasInstantiation && !Method.IsMethodDefinition ? 332builder.GetRuntimeTypeHandles(Method.Instantiation) : null; 335builder.GetRuntimeTypeHandle(Method.OwningType), 336Method.NameAndSignature.Handle, 338Method.AsyncVariant);