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