1 write to _dbContextSupportsPasskeys
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
UserOnlyStore.cs (1)
755_dbContextSupportsPasskeys ??= Context.Model.FindEntityType(typeof(TUserPasskey)) is not null;
2 references to _dbContextSupportsPasskeys
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserOnlyStore.cs (2)
750if (_dbContextSupportsPasskeys == true) 756if (_dbContextSupportsPasskeys == false)