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)
23
public ICollection<string> PublicCollection =>
_publicCollection
;
42
_publicCollection
.IsReadOnly = true;