Searched refs:lineAndCharacterToPosition (Results 1 – 2 of 2) sorted by relevance
480 …: 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, {…
237 …public lineAndCharacterToPosition(fileName: string, lineAndCharacter: ts.LineAndCharacter): number… method in Harness.LanguageService.LanguageServiceAdapterHost