1 write to _propertyIndex
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1130_propertyIndex = propertyIndex;
3 references to _propertyIndex
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (2)
59Debug.Assert(IsConfigured && _propertyIndex is not null); 60return _propertyIndex;
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1067Debug.Assert(_propertyIndex is null);