6 overrides of MoveToNextAttribute
System.Data.Common (1)
System\Xml\DataDocumentXPathNavigator.cs (1)
105
public override bool
MoveToNextAttribute
() =>
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
275
public override bool
MoveToNextAttribute
()
System\Xml\Dom\DocumentXPathNavigator.cs (1)
337
public override bool
MoveToNextAttribute
()
System\Xml\XPath\XPathNavigatorReader.cs (1)
1254
public override bool
MoveToNextAttribute
()
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
114
public override bool
MoveToNextAttribute
()
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
568
public 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)
610
while (
MoveToNextAttribute
());
1711
while (nav.
MoveToNextAttribute
())
1854
while (n1.
MoveToNextAttribute
())
System\Xml\XPath\XPathNavigatorReader.cs (5)
405
} while (tempNav.
MoveToNextAttribute
());
453
} while (nav.
MoveToNextAttribute
());
550
} while (nav.
MoveToNextAttribute
());
638
return _nav.
MoveToNextAttribute
();
744
} while (nav.
MoveToNextAttribute
());
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
175
return _navCurrent.
MoveToNextAttribute
();
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (2)
386
if (!navigator.
MoveToNextAttribute
())
393
while (navigator.
MoveToNextAttribute
())
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
1053
while (navigator.
MoveToNextAttribute
());
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
218
while (nav.
MoveToNextAttribute
());
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
84
if (frame.Node.
MoveToNextAttribute
())
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
190
return _Navigator.
MoveToNextAttribute
();
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
312
} while (node.
MoveToNextAttribute
());