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