5 references to PropertyCache
System.Text.Json (5)
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (2)
344foreach (JsonPropertyInfo jsonPropertyInfo in jsonTypeInfo.PropertyCache) 392ReadOnlySpan<JsonPropertyInfo> propertyCache = jsonTypeInfo.PropertyCache;
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (2)
366ArrayPool<FoundProperty>.Shared.Rent(Math.Max(1, state.Current.JsonTypeInfo.PropertyCache.Length)); 562argumentState.FoundPropertiesAsync = ArrayPool<FoundPropertyAsync>.Shared.Rent(Math.Max(1, state.Current.JsonTypeInfo.PropertyCache.Length));
System\Text\Json\ThrowHelper.Serialization.cs (1)
307foreach (JsonPropertyInfo property in parent.PropertyCache)