4 references to ParameterNameCountCacheThreshold
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (4)
359if (cacheCount < ParameterNameCountCacheThreshold) 368if (cacheCount < ParameterNameCountCacheThreshold) 521Debug.Assert(replacementList.Count <= ParameterNameCountCacheThreshold); 524while (replacementList.Count + listToAppend.Count > ParameterNameCountCacheThreshold)