1 write to _publicCollection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ServerAddressesCollection.cs (1)
20_publicCollection = new PublicServerAddressesCollection(this);
2 references to _publicCollection
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\ServerAddressesCollection.cs (2)
23public ICollection<string> PublicCollection => _publicCollection; 42_publicCollection.IsReadOnly = true;