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