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)
901if (_dbContextSupportsPasskeys == true) 907if (_dbContextSupportsPasskeys == false)