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