6 overrides of MoveToNextAttribute
System.Data.Common (1)
System\Xml\DataDocumentXPathNavigator.cs (1)
117public override bool MoveToNextAttribute() =>
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
275public override bool MoveToNextAttribute()
System\Xml\Dom\DocumentXPathNavigator.cs (1)
337public override bool MoveToNextAttribute()
System\Xml\XPath\XPathNavigatorReader.cs (1)
1254public override bool MoveToNextAttribute()
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
114public override bool MoveToNextAttribute()
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
568public override bool MoveToNextAttribute()
20 references to MoveToNextAttribute
System.Private.Xml (20)
System\Xml\Core\XmlWriter.cs (1)
453} while (navigator.MoveToNextAttribute());
System\Xml\Core\XmlWriterAsync.cs (1)
453} while (navigator.MoveToNextAttribute());
System\Xml\XPath\Internal\AttributeQuery.cs (1)
43_onAttribute = currentNode.MoveToNextAttribute();
System\Xml\XPath\Internal\FilterQuery.cs (1)
131} while (result.MoveToNextAttribute());
System\Xml\XPath\XPathNavigator.cs (3)
610while (MoveToNextAttribute()); 1711while (nav.MoveToNextAttribute()) 1854while (n1.MoveToNextAttribute())
System\Xml\XPath\XPathNavigatorReader.cs (5)
405} while (tempNav.MoveToNextAttribute()); 453} while (nav.MoveToNextAttribute()); 550} while (nav.MoveToNextAttribute()); 638return _nav.MoveToNextAttribute(); 744} while (nav.MoveToNextAttribute());
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
175return _navCurrent.MoveToNextAttribute();
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (2)
386if (!navigator.MoveToNextAttribute()) 393while (navigator.MoveToNextAttribute())
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
1053while (navigator.MoveToNextAttribute());
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
218while (nav.MoveToNextAttribute());
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
84if (frame.Node.MoveToNextAttribute())
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
190return _Navigator.MoveToNextAttribute();
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
312} while (node.MoveToNextAttribute());