1 instantiation of PublicServerAddressesCollection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ServerAddressesCollection.cs (1)
20
_publicCollection = new
PublicServerAddressesCollection
(this);
3 references to PublicServerAddressesCollection
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\ServerAddressesCollection.cs (3)
16
private readonly
PublicServerAddressesCollection
_publicCollection;
174
private sealed class PublicServerAddressesCollectionDebugView(
PublicServerAddressesCollection
publicCollection)
176
private readonly
PublicServerAddressesCollection
_collection = publicCollection;