3 references to TryGetInt64
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
928
if (element.
TryGetInt64
(out var i64))
System.Text.Json (2)
System\Text\Json\Document\JsonElement.cs (1)
773
if (!
TryGetInt64
(out long value))
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
72
success = Value.
TryGetInt64
(out long result);