2 references to GlobalVersionMarker
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\VersionStamp.cs (2)
112
return new VersionStamp(_utcLastModified, (thisGlobalVersion > thatGlobalVersion) ? thisGlobalVersion : thatGlobalVersion,
GlobalVersionMarker
);
125
Debug.Assert(_globalIncrement !=
GlobalVersionMarker
);