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);
210
return
GetGlobalVersion
(versionStamp) >
GetGlobalVersion
(version);