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