4 references to OptionsInUse
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\AddressBinder.cs (2)
29context.ServerOptions.OptionsInUse.Clear(); 97context.ServerOptions.OptionsInUse.Add(endpoint);
Internal\KestrelServerImpl.cs (1)
371Options.OptionsInUse.Remove(listenOption);
KestrelServerOptions.cs (1)
362foreach (var listenOptions in OptionsInUse)