Searched refs:_getSnapshot (Results 1 – 1 of 1) sorted by relevance
283 getSnapshot(): IScriptSnapshot { return this._getSnapshot(); }285 private _getSnapshot(): LineIndexSnapshot { method in ts.server.ScriptVersionCache306 return this._getSnapshot().version;310 return this._getSnapshot().index.lineNumberToInfo(oneBasedLine);314 return this._getSnapshot().index.absolutePositionOfStartOfLine(line) + (column - 1);318 return this._getSnapshot().index.positionToLineOffset(position);322 const index = this._getSnapshot().index;350 return this._getSnapshot().index.getLineCount();