9 references to Version
Microsoft.CodeAnalysis.Workspaces (9)
Workspace\Solution\DocumentState_LinkedFileReuse.cs (2)
249if (TryReuseSiblingRoot(filePath, languageServices, loadTextOptions, parseOptions, siblingRoot, siblingTreeAndVersion.Version, forceEvenIfTreesWouldDiffer, out var newTreeAndVersion)) 272if (TryReuseSiblingRoot(filePath, languageServices, loadTextOptions, parseOptions, siblingRoot, siblingTreeAndVersion.Version, forceEvenIfTreesWouldDiffer, out var newTreeAndVersion))
Workspace\Solution\DocumentState.cs (7)
247return MakeNewTreeAndVersion(oldTree, oldText, oldTreeAndVersion.Version, newTree, newText, newTextAndVersion.Version); 363newTreeSource = SimpleTreeAndVersionSource.Create(new TreeAndVersion(newTree, existingTreeAndVersion.Version)); 566return oldRoot.IsEquivalentTo(newRoot, topLevel: true) ? oldTreeAndVersion.Version : newTextVersion; 578return treeAndVersion.Version.GetNewerVersion(); 626version = treeAndVersion.Version; 645return treeAndVersion.Version; 649return treeAndVersion.Version;