2 references to TryGetInt64
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
779
if (!
TryGetInt64
(out long value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
72
success = Value.
TryGetInt64
(out long result);