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