1 write to _startup
Microsoft.AspNetCore.Hosting (1)
Internal\WebHost.cs (1)
196_startup = startup;
4 references to _startup
Microsoft.AspNetCore.Hosting (4)
Internal\WebHost.cs (4)
177_applicationServices = _startup.ConfigureServices(_applicationServiceCollection); 181[MemberNotNull(nameof(_startup))] 184if (_startup != null) 214Action<IApplicationBuilder> configure = _startup!.Configure;