5 references to TreeAndVersion
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\DocumentState.cs (4)
163return new TreeAndVersion(tree, textAndVersion.Version); 241return new TreeAndVersion(newTree, version); 371newTreeSource = ValueSource.Constant(new TreeAndVersion(newTree, existingTreeAndVersion.Version)); 554return (lazyTextAndVersion, new TreeAndVersion(tree, treeVersion));
Workspace\Solution\DocumentState_LinkedFileReuse.cs (1)
113newTreeAndVersion = new TreeAndVersion(newTree, siblingVersion);