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