Home
last modified time | relevance | path

Searched refs:lineAndCharacterToPosition (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/harness/
DfourslashImpl.ts480 …: this.languageServiceAdapterHost.lineAndCharacterToPosition(this.activeFile.fileName, positionOrL…
507 …const lineStart = this.languageServiceAdapterHost.lineAndCharacterToPosition(this.activeFile.fileN…
2150 …const startPos = this.languageServiceAdapterHost.lineAndCharacterToPosition(this.activeFile.fileNa…
2151 …const endPos = this.languageServiceAdapterHost.lineAndCharacterToPosition(this.activeFile.fileName…
3824 …const pos = this.languageServiceAdapterHost.lineAndCharacterToPosition(this.activeFile.fileName, {…
DharnessLanguageService.ts237 …public lineAndCharacterToPosition(fileName: string, lineAndCharacter: ts.LineAndCharacter): number… method in Harness.LanguageService.LanguageServiceAdapterHost