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