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