1 write to ApplicationBuilder
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\RequestDelegateCreationTestBase.cs (1)
474ApplicationBuilder = applicationBuilder ?? throw new ArgumentNullException(nameof(applicationBuilder));
2 references to ApplicationBuilder
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateGenerator\RequestDelegateCreationTestBase.cs (2)
480public IApplicationBuilder CreateApplicationBuilder() => ApplicationBuilder.New(); 484public IServiceProvider ServiceProvider => ApplicationBuilder.ApplicationServices;