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
))]
184
if (
_startup
!= null)
214
Action<IApplicationBuilder> configure =
_startup
!.Configure;