4 references to TryParse
System.Text.Json (4)
System\Text\Json\Document\JsonDocument.cs (1)
603
if (Utf8Parser.
TryParse
(segment, out double tmp, out int bytesConsumed) &&
System\Text\Json\Nodes\JsonValueOfJsonPrimitive.cs (1)
228
success = Utf8Parser.
TryParse
(_value, out double result, out int consumed) &&
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (2)
663
if (!(Utf8Parser.
TryParse
(span, out value, out int bytesConsumed)
1178
if (Utf8Parser.
TryParse
(span, out double tmp, out int bytesConsumed)