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