2 writes to cacheId
System.Activities (2)
System\Activities\Activity.cs (2)
899this.cacheId = Interlocked.Increment(ref nextCacheId); 1043this.cacheId = parent.cacheId;
5 references to cacheId
System.Activities (5)
System\Activities\Activity.cs (5)
117return this.cacheId; 952if (this.cacheId == activityDelegate.Owner.CacheId) 999if (this.cacheId == parent.cacheId) 1043this.cacheId = parent.cacheId;