1 write to _utf8PropertyCache
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (1)
184_utf8PropertyCache = cacheBuilder.ToArray();
2 references to _utf8PropertyCache
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (2)
85PropertyRef[] utf8PropertyCache = _utf8PropertyCache; // Keep a local copy of the cache in case it changes by another thread. 177PropertyRef[]? currentCache = _utf8PropertyCache;