1 write to Type
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
578
cell = new DefaultConstructorCell {
Type
= type };
4 references to Type
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (4)
409
builder.RegisterForPreparation(
Type
);
414
IntPtr result = TypeLoaderEnvironment.TryGetDefaultConstructorForType(
Type
);
418
if (
Type
.IsValueType)
421
builder.GetRuntimeTypeHandle(
Type
));