2 writes to Type
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (2)
487
cell = new TypeHandleCell() {
Type
= type };
538
cell = new TypeHandleCell() {
Type
= type };
3 references to Type
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (3)
50
if (
Type
.IsCanonicalSubtype(CanonicalFormKind.Any))
53
builder.RegisterForPreparation(
Type
);
58
return builder.GetRuntimeTypeHandle(
Type
).ToIntPtr();