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