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