1 write to currentIdSpace
System.Activities (1)
System\Activities\DynamicUpdate\DynamicUpdateMap.cs (1)
586this.currentIdSpace = new Stack<int>();
7 references to currentIdSpace
System.Activities (7)
System\Activities\DynamicUpdate\DynamicUpdateMap.cs (7)
584if (this.currentIdSpace == null) 588this.currentIdSpace.Push(id); 593this.currentIdSpace.Pop(); 599if (this.currentIdSpace != null && this.currentIdSpace.Count > 0) 601int[] idSegments = new int[this.currentIdSpace.Count]; 604idSegments[i] = this.currentIdSpace.Pop();