6 references to GetGlobalVersion
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\VersionStamp.cs (6)
101
var thisGlobalVersion =
GetGlobalVersion
(this);
102
var thatGlobalVersion =
GetGlobalVersion
(version);
159
return
GetGlobalVersion
(this) ==
GetGlobalVersion
(version);
254
return
GetGlobalVersion
(_versionStamp) >
GetGlobalVersion
(version);