2 writes to nextCacheId
System.Activities (2)
System\Activities\Activity.cs (2)
898Interlocked.CompareExchange(ref nextCacheId, 1, int.MaxValue); 899this.cacheId = Interlocked.Increment(ref nextCacheId);