1 write to _propertyCache
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1573
_propertyCache
= propertyCache.ToArray();
5 references to _propertyCache
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (2)
47
Debug.Assert(IsConfigured &&
_propertyCache
is not null);
48
return
_propertyCache
;
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (3)
1507
Debug.Assert(
_propertyCache
is null);
1620
Debug.Assert(
_propertyCache
is not null);
1626
foreach (JsonPropertyInfo propertyInfo in
_propertyCache
)