5 writes to nsStack
System.ServiceModel (5)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (5)
130this.nsStack = nav.CloneNSStack(); 175this.nsStack = new Stack<string>(); 678this.nsStack = nav.CloneNSStack(); 813this.nsStack = new Stack<string>(); 860this.nsStack = new Stack<string>();
14 references to nsStack
System.ServiceModel (14)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (14)
173if (this.nsStack == null) 179this.nsStack.Clear(); 193this.nsStack.Push(this.dom.nodes[n].name); 811if (this.nsStack == null) 817this.nsStack.Clear(); 858if (this.nsStack == null) 864this.nsStack.Clear(); 879if (!this.nsStack.Contains(nodeName)) 881this.nsStack.Push(nodeName); 901this.nsStack.Pop(); 1313foreach (string s in this.nsStack) 1501if (this.nsStack.Contains(nodeName)) 1506this.nsStack.Push(nodeName); 1557this.nsStack.Pop();