Base:
method
ReadNumberWithCustomHandling
System.Text.Json.Serialization.JsonConverter<T>.ReadNumberWithCustomHandling(ref System.Text.Json.Utf8JsonReader, System.Text.Json.Serialization.JsonNumberHandling, System.Text.Json.JsonSerializerOptions)
1 reference to ReadNumberWithCustomHandling
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Value\DoubleConverter.cs (1)
21return ReadNumberWithCustomHandling(ref reader, options.NumberHandling, options);