1 write to _host
Microsoft.AspNetCore.Routing.FunctionalTests (1)
EndpointRoutingSampleTest.cs (1)
21
_host
= hostBuilder.Build();
3 references to _host
Microsoft.AspNetCore.Routing.FunctionalTests (3)
EndpointRoutingSampleTest.cs (3)
23
_testServer =
_host
.GetTestServer();
24
_host
.Start();
233
_host
.Dispose();