1 write to Type
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
536
cell = new UnwrapNullableTypeCell() {
Type
= (DefType)type };
8 references to Type
System.Private.TypeLoader (8)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (8)
68
if (
Type
.IsCanonicalSubtype(CanonicalFormKind.Any))
71
if (
Type
.IsNullable)
73
Debug.Assert(
Type
.Instantiation.Length == 1);
74
builder.RegisterForPreparation(
Type
.Instantiation[0]);
77
builder.RegisterForPreparation(
Type
);
82
if (
Type
.IsNullable)
83
return builder.GetRuntimeTypeHandle(
Type
.Instantiation[0]).ToIntPtr();
85
return builder.GetRuntimeTypeHandle(
Type
).ToIntPtr();