2 references to ParameterType
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Large.cs (1)
21
bool success = jsonParameterInfo.EffectiveConverter.TryReadAsObject(ref reader, jsonParameterInfo.
ParameterType
, jsonParameterInfo.Options, ref state, out object? arg);
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Small.cs (1)
67
bool success = info.EffectiveConverter.TryRead(ref reader, info.
ParameterType
, info.Options, ref state, out TArg? value, out _);