Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DscriptVersionCache.ts283 getSnapshot(): IScriptSnapshot { return this._getSnapshot(); }
285 private _getSnapshot(): LineIndexSnapshot { method in ts.server.ScriptVersionCache
306 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();