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