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