4 references to TryGetHasExited
Aspire.EndToEnd.Tests (4)
tests\Shared\TemplatesTesting\AspireProject.cs (2)
37public bool IsRunning => AppHostProcess is not null && !AppHostProcess.TryGetHasExited(); 487if (AppHostProcess is null || AppHostProcess.TryGetHasExited() || AppExited?.Task.IsCompleted == true)
tests\Shared\TemplatesTesting\TestExtensions.cs (1)
34if (process is null || process.TryGetHasExited())
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
185if (!CurrentProcess.TryGetHasExited())