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