2 implementations of ApplicationServices
Microsoft.AspNetCore.Connections.Abstractions (1)
MultiplexedConnectionBuilder.cs (1)
19public IServiceProvider ApplicationServices { get; }
Microsoft.AspNetCore.Server.Kestrel.Core (1)
ListenOptions.cs (1)
132public IServiceProvider ApplicationServices => KestrelServerOptions?.ApplicationServices!; // TODO - Always available?