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