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