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