8 writes to specialParent
System.ServiceModel (8)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (8)
127
this.
specialParent
= nav.specialParent;
199
this.
specialParent
= p.parent;
675
this.
specialParent
= nav.specialParent;
828
this.
specialParent
= this.location;
886
this.
specialParent
= this.location;
986
this.
specialParent
= NullIndex;
1022
this.
specialParent
= NullIndex;
1150
this.
specialParent
= NullIndex;
12 references to specialParent
System.ServiceModel (12)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (12)
127
this.specialParent = nav.
specialParent
;
128
if (this.
specialParent
!= NullIndex)
161
long p = this.
specialParent
;
382
return this.dom.ComparePosition(this.
specialParent
, this.location, nav.
specialParent
, nav.location);
622
return this.dom == nav.dom && this.location == nav.location && this.
specialParent
== nav.
specialParent
;
675
this.specialParent = nav.
specialParent
;
676
if (this.
specialParent
!= NullIndex)
960
int n = FindNamespace(this.
specialParent
, this.dom.nodes[this.location].nextSibling, scope);
982
if (this.
specialParent
!= NullIndex)
985
this.location = this.
specialParent
;