1 write to StartAsyncCalled
Aspire.Cli.Tests (1)
TestServices\FakeAppHostServerSession.cs (1)
56
StartAsyncCalled
= true;
2 references to StartAsyncCalled
Aspire.Cli.Tests (2)
Projects\GuestAppHostProjectTests.cs (2)
1172
Assert.True(serverSession.
StartAsyncCalled
);
1210
Assert.True(serverSession.
StartAsyncCalled
);