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