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)
16private readonly PublicServerAddressesCollection _publicCollection; 174private sealed class PublicServerAddressesCollectionDebugView(PublicServerAddressesCollection publicCollection) 176private readonly PublicServerAddressesCollection _collection = publicCollection;