示例#1
0
        public TextSnapshotMock CreateNextSnapshot(string content, TextChangeMock change)
        {
            Change = change;
            var nextVersion = _version.CreateNextVersion(change);

            return(new TextSnapshotMock(content, TextBuffer, nextVersion));
        }