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