6 writes to firstNamespace
System.ServiceModel (6)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (6)
92BlankDom[EnvelopeIndex].firstNamespace = SoapNSIndex; 116BlankDom[HeaderIndex].firstNamespace = SoapNSIndex; 1209this.nodes[bodyIndex].firstNamespace = SoapNSIndex; 1254this.nodes[node].firstNamespace = ns; 1777this.nodes[self].firstNamespace = SoapNSIndex; 1944this.nodes[n].firstNamespace = parentNS;
7 references to firstNamespace
System.ServiceModel (7)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (7)
182int n = this.dom.nodes[p.parent].firstNamespace; 506ns = this.dom.nodes[this.location].firstNamespace; 822int n = FindNamespace(this.location, this.dom.nodes[this.location].firstNamespace, scope); 871int n = this.dom.nodes[this.location].firstNamespace; 1253this.nodes[ns].nextSibling = this.nodes[node].firstNamespace; 1788ReadChildNodes(reader, self, this.nodes[self].firstNamespace); 1953ReadChildNodes(reader, n, this.nodes[n].firstNamespace);