2 overrides of ReadAndCacheConstructorArgument
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Large.cs (1)
17
protected sealed override bool
ReadAndCacheConstructorArgument
(scoped ref ReadStack state, ref Utf8JsonReader reader, JsonParameterInfo jsonParameterInfo)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.Small.cs (1)
25
protected override bool
ReadAndCacheConstructorArgument
(
2 references to ReadAndCacheConstructorArgument
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (2)
337
ReadAndCacheConstructorArgument
(ref state, ref reader, jsonParameterInfo);
485
if (!
ReadAndCacheConstructorArgument
(ref state, ref reader, jsonParameterInfo))