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