1 write to _propertyCache
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1135
_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)
1069
Debug.Assert(
_propertyCache
is null);
1187
Debug.Assert(
_propertyCache
is not null);
1193
foreach (JsonPropertyInfo propertyInfo in
_propertyCache
)