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