1 write to Type
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
488
cell = new UnwrapNullableTypeCell() {
Type
= (DefType)type };
8 references to Type
System.Private.TypeLoader (8)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (8)
66
if (
Type
.IsCanonicalSubtype(CanonicalFormKind.Any))
69
if (
Type
.IsNullable)
71
Debug.Assert(
Type
.Instantiation.Length == 1);
72
builder.RegisterForPreparation(
Type
.Instantiation[0]);
75
builder.RegisterForPreparation(
Type
);
80
if (
Type
.IsNullable)
81
return builder.GetRuntimeTypeHandle(
Type
.Instantiation[0]).ToIntPtr();
83
return builder.GetRuntimeTypeHandle(
Type
).ToIntPtr();