1 instantiation of ServerAddressesFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
69_serverAddresses = new ServerAddressesFeature();
5 references to ServerAddressesFeature
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\AddressBindContext.cs (2)
11ServerAddressesFeature serverAddressesFeature, 22public ServerAddressesFeature ServerAddressesFeature { get; }
Internal\KestrelServerImpl.cs (1)
22private readonly ServerAddressesFeature _serverAddresses;
Internal\ServerAddressesFeature.cs (2)
21private sealed class ServerAddressesFeatureDebugView(ServerAddressesFeature feature) 23private readonly ServerAddressesFeature _feature = feature;