1 write to contentStartLocationStack
System.Activities (1)
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (1)
35this.contentStartLocationStack = new Stack<DocumentLocation>();
7 references to contentStartLocationStack
System.Activities (7)
System\Activities\Debugger\XmlReaderWithSourceLocation.cs (7)
133this.contentStartLocationStack.Push(null); 156this.contentStartLocationStack.Count > 0, 158DocumentLocation contentStartLocation = this.contentStartLocationStack.Pop(); 167UnitTestUtility.Assert(this.contentStartLocationStack.Count > 0, "Adding Text with out StartElement?"); 168if (this.contentStartLocationStack.Peek() == null) 175this.contentStartLocationStack.Pop(); 176this.contentStartLocationStack.Push(this.CurrentLocation);