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