1 write to _dbContextSupportsPasskeys
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
UserStore.cs (1)
906
_dbContextSupportsPasskeys
??= Context.Model.FindEntityType(typeof(TUserPasskey)) is not null;
2 references to _dbContextSupportsPasskeys
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserStore.cs (2)
901
if (
_dbContextSupportsPasskeys
== true)
907
if (
_dbContextSupportsPasskeys
== false)