4 references to TryParse
System.Text.Json (4)
System\Text\Json\Document\JsonDocument.cs (1)
625
if (Utf8Parser.
TryParse
(segment, out float tmp, out int bytesConsumed) &&
System\Text\Json\Nodes\JsonValueOfJsonPrimitive.cs (1)
264
success = Utf8Parser.
TryParse
(_value, out float result, out int consumed) &&
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (2)
606
if (!(Utf8Parser.
TryParse
(span, out value, out int bytesConsumed)
1148
if (Utf8Parser.
TryParse
(span, out float tmp, out int bytesConsumed)