1 write to Type
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
521
cell = new AllocateObjectCell {
Type
= type };
4 references to Type
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (4)
344
if (
Type
.IsCanonicalSubtype(CanonicalFormKind.Any))
347
builder.RegisterForPreparation(
Type
);
352
RuntimeTypeHandle th = GetRuntimeTypeHandleWithNullableTransform(builder,
Type
);
358
RuntimeTypeHandle th = GetRuntimeTypeHandleWithNullableTransform(builder,
Type
);