4 references to PropertyNameCountCacheThreshold
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (4)
223if (cacheCount < PropertyNameCountCacheThreshold) 232if (cacheCount < PropertyNameCountCacheThreshold) 485Debug.Assert(replacementList.Count <= PropertyNameCountCacheThreshold); 488while (replacementList.Count + listToAppend.Count > PropertyNameCountCacheThreshold)