13 references to Exited
Templates.Blazor.Tests (13)
src\ProjectTemplates\Shared\Project.cs (7)
135
await createExecution.
Exited
;
144
await restoreExecution.
Exited
;
170
await execution.
Exited
;
193
await execution.
Exited
;
254
await result.
Exited
;
274
await result.
Exited
;
471
await result.
Exited
;
src\ProjectTemplates\Shared\TemplatePackageInstaller.cs (1)
73
await proc.
Exited
;
src\Shared\Process\ProcessEx.cs (1)
212
var exited =
Exited
.Wait(timeSpan.Value);
WebWorkerTemplateE2ETest.cs (4)
115
await result.
Exited
;
131
await result.
Exited
;
137
await restoreResult.
Exited
;
181
await result.
Exited
;