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