1 write to Method
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
511Method = method,
9 references to Method
System.Private.TypeLoader (9)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (9)
310if (Method.IsCanonicalMethod(CanonicalFormKind.Any)) 318builder.RegisterForPreparation(Method.OwningType); 319foreach (var type in Method.Instantiation) 325RuntimeTypeHandle[] genericArgHandles = Method.HasInstantiation && !Method.IsMethodDefinition ? 326builder.GetRuntimeTypeHandles(Method.Instantiation) : null; 329builder.GetRuntimeTypeHandle(Method.OwningType), 330Method.NameAndSignature.Handle, 332Method.AsyncVariant);