1 write to Type
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
598
cell = new ThreadStaticIndexCell {
Type
= type };
3 references to Type
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (3)
250
if (
Type
.IsCanonicalSubtype(CanonicalFormKind.Any))
253
builder.RegisterForPreparation(
Type
);
258
return TypeLoaderEnvironment.Instance.TryGetThreadStaticFieldData(builder.GetRuntimeTypeHandle(
Type
));