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