Searched refs:LineIndexSnapshot (Results 1 – 1 of 1) sorted by relevance
253 …private readonly versions: LineIndexSnapshot[] = new Array<LineIndexSnapshot>(ScriptVersionCache.m…285 private _getSnapshot(): LineIndexSnapshot {292 … snap = new LineIndexSnapshot(this.currentVersion + 1, this, snapIndex, this.changes);355 const snap = new LineIndexSnapshot(0, svc, new LineIndex());363 class LineIndexSnapshot implements IScriptSnapshot { class376 if (oldSnapshot instanceof LineIndexSnapshot && this.cache === oldSnapshot.cache) {