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
;
302
await result.
Exited
;
322
await result.
Exited
;
519
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)
150
await result.
Exited
;
166
await result.
Exited
;
172
await restoreResult.
Exited
;
197
await result.
Exited
;