1 write to InterfaceType
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
458
cell = new InterfaceCallCell() {
InterfaceType
= interfaceType, Slot = (int)slot };
3 references to InterfaceType
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (3)
94
if (
InterfaceType
.IsCanonicalSubtype(CanonicalFormKind.Any))
97
builder.RegisterForPreparation(
InterfaceType
);
102
return RuntimeAugments.NewInterfaceDispatchCell(builder.GetRuntimeTypeHandle(
InterfaceType
), Slot);