7 references to ToInt64
Microsoft.AspNetCore.Identity.FunctionalTests (6)
MapIdentityApiTests.cs (5)
702
var timestep = Convert.
ToInt64
(unixTimestamp / 30);
743
var timestep = Convert.
ToInt64
(unixTimestamp / 30);
795
var timestep = Convert.
ToInt64
(unixTimestamp / 30);
842
var timestep = Convert.
ToInt64
(unixTimestamp / 30);
911
var timestep = Convert.
ToInt64
(unixTimestamp / 30);
Pages\Account\Manage\EnableAuthenticator.cs (1)
50
var timestep = Convert.
ToInt64
(unixTimestamp / 30);
Microsoft.Extensions.Identity.Core (1)
AuthenticatorTokenProvider.cs (1)
66
var timestep = Convert.
ToInt64
(unixTimestamp / 30);