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