3 writes to _parameterInfoValuesIndex
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
1160
_parameterInfoValuesIndex
= parameterIndex;
1222
_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)
1166
CreateObjectWithArgs is null ||
_parameterInfoValuesIndex
is not null,
1169
if (
_parameterInfoValuesIndex
is not { } index)