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