2 writes to navigator
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
554
this.
navigator
= navigator;
562
this.
navigator
= navigator.navigator.Clone();
38 references to navigator
System.ServiceModel (38)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (38)
562
this.navigator = navigator.
navigator
.Clone();
572
return this.
navigator
.BaseURI;
580
return this.
navigator
.HasAttributes;
588
return this.
navigator
.HasChildren;
605
return this.
navigator
.IsEmptyElement;
613
return this.
navigator
.LocalName;
621
return this.
navigator
.Name;
629
return this.
navigator
.NamespaceURI;
637
return this.
navigator
.NameTable;
645
return this.
navigator
.NodeType;
653
return this.
navigator
.Prefix;
661
return this.
navigator
.Value;
669
return this.
navigator
.XmlLang;
688
this.
navigator
.MoveTo(this[value]);
728
return this.
navigator
.ComparePosition(nav.
navigator
);
768
return this.
navigator
.GetNamespace(name);
773
return this.
navigator
.GetAttribute(localName, namespaceURI);
794
return this.
navigator
.IsDescendant(nav.
navigator
);
804
return this.
navigator
.IsSamePosition(nav.
navigator
);
812
this.
navigator
.MoveToRoot();
818
return this.
navigator
.MoveToNextNamespace(namespaceScope);
824
return this.
navigator
.MoveToNextAttribute();
830
return this.
navigator
.MoveToPrevious();
836
return this.
navigator
.MoveToFirstAttribute();
842
return this.
navigator
.MoveToNamespace(name);
848
return this.
navigator
.MoveToParent();
856
if (this.
navigator
.MoveTo(nav.
navigator
))
869
return this.
navigator
.MoveToId(id);
875
return this.
navigator
.MoveToFirstChild();
881
return this.
navigator
.MoveToFirstNamespace(namespaceScope);
887
return this.
navigator
.MoveToAttribute(localName, namespaceURI);
893
return this.
navigator
.MoveToNext();
899
return this.
navigator
.MoveToFirst();
905
this.dom.nodes.Add(this.
navigator
.Clone());