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