1 write to Type
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
478
cell = new StaticDataCell() { DataKind = staticDataKind,
Type
= type };
3 references to Type
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (3)
214
if (
Type
.IsCanonicalSubtype(CanonicalFormKind.Any))
217
builder.RegisterForPreparation(
Type
);
222
RuntimeTypeHandle typeHandle = builder.GetRuntimeTypeHandle(
Type
);