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