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