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