1 write to _startup
Microsoft.AspNetCore.Hosting (1)
Internal\WebHost.cs (1)
197_startup = startup;
4 references to _startup
Microsoft.AspNetCore.Hosting (4)
Internal\WebHost.cs (4)
178_applicationServices = _startup.ConfigureServices(_applicationServiceCollection); 182[MemberNotNull(nameof(_startup))] 185if (_startup != null) 215Action<IApplicationBuilder> configure = _startup!.Configure;