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)
59
Debug.Assert(IsConfigured &&
_propertyIndex
is not null);
60
return
_propertyIndex
;
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1067
Debug.Assert(
_propertyIndex
is null);