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