3 references to IdentityBuilderUIExtensions
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\ServerFactory.cs (1)
101var thisAssembly = typeof(IdentityBuilderUIExtensions).Assembly;
Microsoft.AspNetCore.Identity.UI (2)
IdentityBuilderUIExtensions.cs (2)
51var parts = new ConsolidatedAssemblyApplicationPartFactory().GetApplicationParts(typeof(IdentityBuilderUIExtensions).Assembly); 157desc.Type?.Assembly == typeof(IdentityBuilderUIExtensions).Assembly;