Implemented interface member:
6 references to Add
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ServerAddressesCollection.cs (1)
122_addressesCollection.Add(item);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (5)
AddressBinderTests.cs (5)
183addresses.InternalCollection.Add("http://localhost:5000"); 203addresses.InternalCollection.Add(overriddenAddress); 229addresses.InternalCollection.Add(overriddenAddress); 254addresses.InternalCollection.Add("http://localhost:5000"); 279addresses.InternalCollection.Add(address);