Searched refs:pipeExists (Results 1 – 2 of 2) sorted by relevance
19 function pipeExists(name) { function45 …nRequested: function () { return perRequestPipeName_1 !== undefined && pipeExists(perRequestPipeNa…60 isCancellationRequested: function () { return pipeExists(cancellationPipeName); },
11 function pipeExists(name: string): boolean { function50 … isCancellationRequested: () => perRequestPipeName !== undefined && pipeExists(perRequestPipeName),65 isCancellationRequested: () => pipeExists(cancellationPipeName!), // TODO: GH#18217