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