Home
last modified time | relevance | path

Searched defs:documentHighlights (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/harness/
DfourslashImpl.ts3318 …const documentHighlights = this.getDocumentHighlightsAtCurrentPosition([this.activeFile.fileName]); constant
3327 const documentHighlights = this.getDocumentHighlightsAtCurrentPosition(fileNames) || []; constant
/third_party/typescript/src/server/
Dsession.ts1408 …const documentHighlights = project.getLanguageService().getDocumentHighlights(file, position, args… constant