1 write to Type
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
530cell = new DefaultConstructorCell { Type = type };
4 references to Type
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (4)
370builder.RegisterForPreparation(Type); 375IntPtr result = TypeLoaderEnvironment.TryGetDefaultConstructorForType(Type); 379if (Type.IsValueType) 382builder.GetRuntimeTypeHandle(Type));