3 references to TryParseAsISO
System.Text.Json (3)
System\Text\Json\Document\JsonDocument.cs (1)
683if (JsonHelpers.TryParseAsISO(segment, out DateTime tmp))
System\Text\Json\Reader\JsonReaderHelper.cs (1)
94&& JsonHelpers.TryParseAsISO(sourceUnescaped, out DateTime tmp))
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (1)
1279if (JsonHelpers.TryParseAsISO(span, out DateTime tmp))