6 references to ProcessCleanup
Templates.Tests (6)
src\Shared\E2ETesting\SauceConnectServer.cs (6)
117
ProcessCleanup
(process, pidFilePath);
118
ProcessCleanup
(sentinel, pidFilePath: null);
133
AppDomain.CurrentDomain.ProcessExit += (sender, args) =>
ProcessCleanup
(process, pidFilePath);
187
ProcessCleanup
(process, pidFilePath);
259
ProcessCleanup
(_process, _sentinelPath);
260
ProcessCleanup
(_sentinelProcess, pidFilePath: null);