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");
221 symbolsInScope(range: Range): any[];
42 public symbolsInScope(range: FourSlash.Range): ts.Symbol[] { method in FourSlashInterface.Test43 return this.state.symbolsInScope(range);
1126 public symbolsInScope(range: Range): ts.Symbol[] {