8 references to ProcessEndpointsToAdd
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\KestrelServerImpl.cs (1)
311
Options.ConfigurationLoader?.
ProcessEndpointsToAdd
();
KestrelConfigurationLoader.cs (1)
279
ProcessEndpointsToAdd
();
Microsoft.AspNetCore.Server.Kestrel.Tests (6)
KestrelConfigurationLoaderTests.cs (6)
2008
serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
();
2021
serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
();
2040
Assert.Throws<InvalidOperationException>(serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
);
2046
serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
();
2063
serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
();
2096
serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
();