1 write to StartCalled
Microsoft.AspNetCore.Hosting.Tests (1)
WebHostTests.cs (1)
1164StartCalled = true;
2 references to StartCalled
Microsoft.AspNetCore.Hosting.Tests (2)
WebHostTests.cs (2)
536Assert.True(svc.StartCalled); 559Assert.False(svc.StartCalled);