1 write to InterfaceType
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
497
cell = new InterfaceCallCell() {
InterfaceType
= interfaceType, Slot = (int)slot };
3 references to InterfaceType
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (3)
96
if (
InterfaceType
.IsCanonicalSubtype(CanonicalFormKind.Any))
99
builder.RegisterForPreparation(
InterfaceType
);
106
dispatchCell->InterfaceType = builder.GetRuntimeTypeHandle(
InterfaceType
).ToIntPtr();