7 writes to ns
System.ServiceModel (7)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (7)
1175
this.nodes[EnvelopeIndex].
ns
= soapNS;
1177
this.nodes[HeaderIndex].
ns
= soapNS;
1194
this.nodes[i].
ns
= header.Namespace;
1205
this.nodes[bodyIndex].
ns
= soapNS;
1292
this.nodes[first].
ns
= this.nameTable.Add(s);
1898
this.nodes[a].
ns
= reader.NamespaceURI;
1943
this.nodes[n].
ns
= reader.NamespaceURI;
5 references to ns
System.ServiceModel (5)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (5)
268
string s = this.dom.nodes[this.location].
ns
;
456
if (String.CompareOrdinal(this.dom.nodes[a].name, name) == 0 && String.CompareOrdinal(this.dom.nodes[a].
ns
, ns) == 0)
485
string s = this.dom.nodes[this.dom.DecodePosition(pos).elem].
ns
;
711
String.CompareOrdinal(this.dom.nodes[n].
ns
, namespaceURI) == 0)
1289
s = this.nodes[first].
ns
;