2 writes to navigator
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
159this.navigator = (SeekableXPathNavigator)nav.navigator.Clone(); 165this.navigator = navigator;
44 references to navigator
System.ServiceModel (44)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (44)
159this.navigator = (SeekableXPathNavigator)nav.navigator.Clone(); 175return this.navigator.BaseURI; 206return this.navigator.CurrentPosition; 210this.navigator.CurrentPosition = value; 218return this.navigator.HasAttributes; 226return this.navigator.HasChildren; 234return this.navigator.IsEmptyElement; 242return this.navigator.LocalName; 250return this.navigator.Name; 258return this.navigator.NamespaceURI; 266return this.navigator.NameTable; 274return this.navigator.NodeType; 282return this.navigator.Prefix; 290return this.navigator.Value; 298return this.navigator.XmlLang; 323return this.navigator.ComparePosition(nav.navigator); 330return this.navigator.ComparePosition(x, y); 340return this.navigator.GetLocalName(nodePosition); 345return this.navigator.GetName(nodePosition); 350return this.navigator.GetNamespace(nodePosition); 355return this.navigator.GetNodeType(nodePosition); 360return this.navigator.GetValue(nodePosition); 366return this.navigator.GetNamespace(name); 372return this.navigator.GetAttribute(localName, namespaceURI); 415return this.navigator.IsDescendant(nav.navigator); 430return this.navigator.IsSamePosition(nav.navigator); 438this.navigator.MoveToRoot(); 444return this.navigator.MoveToNextNamespace(namespaceScope); 450return this.navigator.MoveToNextAttribute(); 456return this.navigator.MoveToPrevious(); 462return this.navigator.MoveToFirstAttribute(); 468return this.navigator.MoveToNamespace(name); 474return this.navigator.MoveToParent(); 488return this.navigator.MoveTo(nav.navigator); 496return this.navigator.MoveToId(id); 502return this.navigator.MoveToFirstChild(); 508return this.navigator.MoveToFirstNamespace(namespaceScope); 514return this.navigator.MoveToAttribute(localName, namespaceURI); 520return this.navigator.MoveToNext(); 526return this.navigator.MoveToFirst();