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