7 references to ToInt64
Microsoft.AspNetCore.Identity.FunctionalTests (6)
MapIdentityApiTests.cs (5)
699
var timestep = Convert.
ToInt64
(unixTimestamp / 30);
740
var timestep = Convert.
ToInt64
(unixTimestamp / 30);
792
var timestep = Convert.
ToInt64
(unixTimestamp / 30);
839
var timestep = Convert.
ToInt64
(unixTimestamp / 30);
908
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);