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