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