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