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