2 references to GetNewTreeVersionForUpdatedTree
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\DocumentState.cs (1)
494
var newTreeVersion =
GetNewTreeVersionForUpdatedTree
(newRoot, newTextVersion, mode);
Workspace\Solution\SourceGeneratedDocumentState.cs (1)
198
var newTreeVersion =
GetNewTreeVersionForUpdatedTree
(newRoot, GetNewerVersion(), PreservationMode.PreserveValue);