3 references to OriginalCache
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (1)
180
if (currentCache == cacheBuilder.
OriginalCache
)
System\Text\Json\Serialization\Metadata\PropertyRefCacheBuilder.cs (2)
23
public int TotalCount =>
OriginalCache
.Length + _propertyRefs.Count;
24
public PropertyRef[] ToArray() => [..
OriginalCache
, .. _propertyRefs];