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)
1760
serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
();
1773
serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
();
1792
Assert.Throws<InvalidOperationException>(serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
);
1798
serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
();
1815
serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
();
1848
serverOptions.ConfigurationLoader.
ProcessEndpointsToAdd
();