Searched refs:isSearchPathInProjectRoot (Results 1 – 1 of 1) sorted by relevance
1857 …const isSearchPathInProjectRoot = () => containsPath(projectRootPath!, searchPath, this.currentDir… constant1860 const anySearchPathOk = !projectRootPath || !isSearchPathInProjectRoot();1886 } while (anySearchPathOk || isSearchPathInProjectRoot());