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