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)
47Debug.Assert(IsConfigured && _propertyCache is not null); 48return _propertyCache;
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (3)
1069Debug.Assert(_propertyCache is null); 1187Debug.Assert(_propertyCache is not null); 1193foreach (JsonPropertyInfo propertyInfo in _propertyCache)