2 references to SupportsQueryableUsers
Microsoft.AspNetCore.Identity.Specification.Tests (1)
UserManagerSpecificationTests.cs (1)
934
if (mgr.
SupportsQueryableUsers
)
Microsoft.AspNetCore.Identity.Test (1)
UserManagerTest.cs (1)
682
Assert.False(manager.
SupportsQueryableUsers
);