1 write to ConfigureDelegate
Microsoft.AspNetCore.Hosting (1)
Internal\StartupMethods.cs (1)
18ConfigureDelegate = configure;
10 references to ConfigureDelegate
Microsoft.AspNetCore.Hosting (1)
Startup\ConventionBasedStartup.cs (1)
24_methods.ConfigureDelegate(app);
Microsoft.AspNetCore.Hosting.Tests (9)
StartupManagerTests.cs (9)
302startup.ConfigureDelegate(app); 325startup.ConfigureDelegate(app); 351startup.ConfigureDelegate(app); 398startup.ConfigureDelegate(app); // By this not throwing, it found "ConfigureCaseInsensitive" 462startup.ConfigureDelegate(app); 478startup.ConfigureDelegate(app); 496startup.ConfigureDelegate(app); 514Assert.Throws<InvalidOperationException>(() => startup.ConfigureDelegate(app)); 543Assert.Throws<Exception>(() => startup.ConfigureDelegate(app));