Searched refs:symbolsInScope (Results 1 – 4 of 4) sorted by relevance
7 const symbolsInScope = test.symbolsInScope(ranges[0]); constant8 const f = symbolsInScope.find(s => s.name === "f");
186 symbolsInScope(range: Range): any[];
38 public symbolsInScope(range: FourSlash.Range): ts.Symbol[] { method in FourSlashInterface.Test39 return this.state.symbolsInScope(range);
1034 public symbolsInScope(range: Range): ts.Symbol[] {