11 overrides of MoveToNextAttribute
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
594public override bool MoveToNextAttribute()
System.Data (1)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
113public override bool MoveToNextAttribute() {
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
110public override bool MoveToNextAttribute() {
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
447public override bool MoveToNextAttribute() 821public override bool MoveToNextAttribute()
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
930public override bool MoveToNextAttribute()
System.Transactions (1)
System\Transactions\Trace\TraceXPathNavigator.cs (1)
308public override bool MoveToNextAttribute()
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
250public override bool MoveToNextAttribute() {
System\Xml\Dom\DocumentXPathNavigator.cs (1)
283public override bool MoveToNextAttribute() {
System\Xml\XPath\XPathNavigatorReader.cs (1)
1092public override bool MoveToNextAttribute() {
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
526public override bool MoveToNextAttribute() {
24 references to MoveToNextAttribute
System.Data.SqlXml (8)
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
159return this.navCurrent.MoveToNextAttribute();
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (2)
347if (!navigator.MoveToNextAttribute()) { 352while (navigator.MoveToNextAttribute())
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
956while (navigator.MoveToNextAttribute());
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
201while (nav.MoveToNextAttribute());
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
79if (frame.Node.MoveToNextAttribute()) {
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
157return _Navigator.MoveToNextAttribute();
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
265} while (node.MoveToNextAttribute());
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
450return this.navigator.MoveToNextAttribute(); 824return this.navigator.MoveToNextAttribute();
System\ServiceModel\Dispatcher\QuerySelectOp.cs (2)
224while (contextNode.MoveToNextAttribute()); 252while (contextNode.MoveToNextAttribute());
System.Xml (12)
System\Xml\Core\XmlWriter.cs (1)
459} while (navigator.MoveToNextAttribute());
System\Xml\Core\XmlWriterAsync.cs (1)
411} while (navigator.MoveToNextAttribute());
System\Xml\XPath\Internal\AttributeQuery.cs (1)
38onAttribute = currentNode.MoveToNextAttribute();
System\Xml\XPath\Internal\FilterQuery.cs (1)
112} while (result.MoveToNextAttribute());
System\Xml\XPath\XPathNavigator.cs (3)
546while (MoveToNextAttribute()); 1504while (nav.MoveToNextAttribute()) { 1632while (n1.MoveToNextAttribute()) {
System\Xml\XPath\XPathNavigatorReader.cs (5)
353} while( tempNav.MoveToNextAttribute() ); 395} while (nav.MoveToNextAttribute()); 478} while ( nav.MoveToNextAttribute() ); 551return this.nav.MoveToNextAttribute(); 642} while (nav.MoveToNextAttribute());