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