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