1 write to Method
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
559Method = method,
8 references to Method
System.Private.TypeLoader (8)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (8)
350if (Method.IsCanonicalMethod(CanonicalFormKind.Any)) 358builder.RegisterForPreparation(Method.OwningType); 359foreach (var type in Method.Instantiation) 365RuntimeTypeHandle[] genericArgHandles = Method.HasInstantiation && !Method.IsMethodDefinition ? 366builder.GetRuntimeTypeHandles(Method.Instantiation) : null; 369builder.GetRuntimeTypeHandle(Method.OwningType), 370Method.NameAndSignature.Handle,