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