2 references to IdentityBuilder
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
114return new IdentityBuilder(typeof(TUser), typeof(TRole), services);
Microsoft.AspNetCore.Identity.Test (1)
IdentityBuilderTest.cs (1)
38Assert.Throws<ArgumentException>(() => new IdentityBuilder(typeof(PocoUser), typeof(int), new ServiceCollection()));