2 references to TryParseAsISO
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.cs (1)
686
if (JsonHelpers.
TryParseAsISO
(segment, out DateTime tmp))
System\Text\Json\Reader\JsonReaderHelper.cs (1)
94
&& JsonHelpers.
TryParseAsISO
(sourceUnescaped, out DateTime tmp))