1 write to StartCalled
Microsoft.AspNetCore.Hosting.Tests (1)
WebHostTests.cs (1)
1168StartCalled = true;
2 references to StartCalled
Microsoft.AspNetCore.Hosting.Tests (2)
WebHostTests.cs (2)
538Assert.True(svc.StartCalled); 561Assert.False(svc.StartCalled);