2 writes to Arg0
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Small.cs (2)
38
success = TryRead(ref state, ref reader, jsonParameterInfo, out arguments.
Arg0
);
102
arguments.
Arg0
= ((JsonParameterInfo<TArg0>)parameterInfo).EffectiveDefaultValue;
1 reference to Arg0
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);