3 writes to _parameterInfoValuesIndex
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
1156
_parameterInfoValuesIndex
= parameterIndex;
1218
_parameterInfoValuesIndex
= null;
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (1)
107
_parameterInfoValuesIndex
= null;
2 references to _parameterInfoValuesIndex
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
1162
CreateObjectWithArgs is null ||
_parameterInfoValuesIndex
is not null,
1165
if (
_parameterInfoValuesIndex
is not { } index)