Implemented interface member:
3 references to Count
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\KestrelServerImpl.cs (1)
301if (Options.ConfigurationLoader?.ReloadOnChange == true && (!_serverAddresses.PreferHostingUrls || _serverAddresses.InternalCollection.Count == 0))
Internal\ServerAddressesCollection.cs (1)
115public int Count => _addressesCollection.Count;
Internal\ServerAddressesFeature.cs (1)
19private string DebuggerToString() => $"Addresses = {InternalCollection.Count}";