1 write to namespaceUri
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (1)
78
this.
namespaceUri
= namespaceUri;
6 references to namespaceUri
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (6)
85
return navigator.MoveToChild(this.localName, this.
namespaceUri
);
92
return navigator.MoveToNext(this.localName, this.
namespaceUri
);
99
return navigator.MoveToNext(this.localName, this.
namespaceUri
);
106
return navigator.MoveToPrevious(this.localName, this.
namespaceUri
);
113
return navigator.MoveToFollowing(this.localName, this.
namespaceUri
, navEnd);
120
return navigator.LocalName != this.localName || navigator.NamespaceURI !=
namespaceUri
;