3 references to VersionStamp
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\VersionStamp.cs (3)
49: this(utcLastModified, localIncrement, GetNextGlobalVersion()) 112return new VersionStamp(_utcLastModified, (thisGlobalVersion > thatGlobalVersion) ? thisGlobalVersion : thatGlobalVersion, GlobalVersionMarker); 208return new VersionStamp(DateTime.FromBinary(raw), localIncrement, globalIncrement);