2 writes to Type
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (2)
448cell = new TypeHandleCell() { Type = type }; 490cell = new TypeHandleCell() { Type = type };
3 references to Type
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (3)
48if (Type.IsCanonicalSubtype(CanonicalFormKind.Any)) 51builder.RegisterForPreparation(Type); 56return builder.GetRuntimeTypeHandle(Type).ToIntPtr();