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