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