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