8 references to Exited
Templates.Tests (8)
src\ProjectTemplates\Shared\Project.cs (6)
117await execution.Exited; 140await execution.Exited; 163await execution.Exited; 224await result.Exited; 244await result.Exited; 419await result.Exited;
src\ProjectTemplates\Shared\TemplatePackageInstaller.cs (1)
71await proc.Exited;
src\Shared\Process\ProcessEx.cs (1)
212var exited = Exited.Wait(timeSpan.Value);