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