8 references to UseWhen
Microsoft.AspNetCore.Http.Abstractions.Tests (7)
UseWhenExtensionsTests.cs (7)
17Action nullPredicate = () => builder.UseWhen(null!, app => { }); 18Action nullConfiguration = () => builder.UseWhen(TruePredicate, null!); 32parent.UseWhen(TruePredicate, child => 34child.UseWhen(TruePredicate, grandchild => 60parent.UseWhen(TruePredicate, child => 62child.UseWhen(TruePredicate, grandchild => 88parent.UseWhen(FalsePredicate, child =>
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
2786app.UseWhen(c => false, nested =>