3 instantiations of ServerAddressesFeature
Microsoft.AspNetCore.Server.HttpSys (1)
MessagePump.cs (1)
52_serverAddresses = new ServerAddressesFeature();
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
29features.Set<IServerAddressesFeature>(new ServerAddressesFeature());
Microsoft.AspNetCore.Testing.Tests (1)
FakesExtensionsTests.cs (1)
234var addressesFeature = new ServerAddressesFeature();
2 references to ServerAddressesFeature
Microsoft.AspNetCore.Server.HttpSys (1)
MessagePump.cs (1)
35private readonly ServerAddressesFeature _serverAddresses;
Microsoft.AspNetCore.Testing.Tests (1)
FakesExtensionsTests.cs (1)
234var addressesFeature = new ServerAddressesFeature();