2 writes to Arg3
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Small.cs (2)
47
success = TryRead(ref state, ref reader, jsonParameterInfo, out arguments.
Arg3
);
111
arguments.
Arg3
= ((JsonParameterInfo<TArg3>)parameterInfo).EffectiveDefaultValue;
1 reference to Arg3
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Small.cs (1)
22
return createObject!(arguments.Arg0, arguments.Arg1, arguments.Arg2, arguments.
Arg3
);