22 overrides of MoveToNextAttribute
Microsoft.Build.Engine.UnitTests (1)
Construction\XmlReaderWithoutLocation_Tests.cs (1)
104public override bool MoveToNextAttribute()
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
95public override bool MoveToNextAttribute() {
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3460public override bool MoveToNextAttribute()
System.IO.Packaging (1)
System\IO\Packaging\XmlWrappingReader.cs (1)
85public override bool MoveToNextAttribute()
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
142public override bool MoveToNextAttribute()
System\Runtime\Serialization\XmlSerializableReader.cs (1)
106public override bool MoveToNextAttribute() { return InnerReader.MoveToNextAttribute(); }
System\Xml\XmlBaseReader.cs (1)
867public override bool MoveToNextAttribute()
System\Xml\XmlDictionaryReader.cs (1)
1458public override bool MoveToNextAttribute()
System.Private.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
771public override bool MoveToNextAttribute()
System\Xml\Core\XmlAsyncCheckReader.cs (1)
481public override bool MoveToNextAttribute()
System\Xml\Core\XmlTextReader.cs (1)
221public override bool MoveToNextAttribute()
System\Xml\Core\XmlTextReaderImpl.cs (1)
1161public override bool MoveToNextAttribute()
System\Xml\Core\XmlValidatingReader.cs (1)
159public override bool MoveToNextAttribute()
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
516public override bool MoveToNextAttribute()
System\Xml\Core\XmlWrappingReader.cs (1)
93public override bool MoveToNextAttribute()
System\Xml\Core\XsdCachingReader.cs (1)
374public override bool MoveToNextAttribute()
System\Xml\Core\XsdValidatingReader.cs (1)
1351public override bool MoveToNextAttribute()
System\Xml\Dom\XmlNodeReader.cs (1)
1455public override bool MoveToNextAttribute()
System\Xml\XPath\XPathNavigatorReader.cs (1)
628public override bool MoveToNextAttribute()
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
284public override bool MoveToNextAttribute()
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeReader.cs (1)
776public override bool MoveToNextAttribute()
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
95public override bool MoveToNextAttribute() {
110 references to MoveToNextAttribute
Microsoft.Build.Engine.UnitTests (1)
Construction\XmlReaderWithoutLocation_Tests.cs (1)
106return _wrappedReader.MoveToNextAttribute();
Microsoft.Build.Tasks.Core (3)
AppConfig\DependentAssembly.cs (1)
67while (reader.MoveToNextAttribute())
RedistList.cs (2)
682while (reader.MoveToNextAttribute()); 836} while (reader.MoveToNextAttribute());
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
3156while (reader.MoveToNextAttribute());
Microsoft.Extensions.Configuration.Xml (1)
XmlStreamConfigurationProvider.cs (1)
235while (reader.MoveToNextAttribute())
Microsoft.Maui.Graphics (1)
Text\XmlAttributedTextReader.cs (1)
119 while (_reader.MoveToNextAttribute())
PresentationBuildTasks (13)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
821moreAttributes = xmlReader.MoveToNextAttribute();
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
503xmlReader.MoveToNextAttribute();
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (4)
2274moreAttributes = XmlReader.MoveToNextAttribute(); 2355moreAttributes = XmlReader.MoveToNextAttribute(); 2925moreAttributes = XmlReader.MoveToNextAttribute(); 4276while (XmlReader.MoveToNextAttribute() &&
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (6)
475Reader.MoveToNextAttribute(); 582result = Reader.MoveToNextAttribute(); 588result = Reader.MoveToNextAttribute(); 1027result = Reader.MoveToNextAttribute(); 1083onAttribute = Reader.MoveToNextAttribute(); 1388Reader.MoveToNextAttribute();
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
96return _reader.MoveToNextAttribute();
PresentationCore (6)
MS\Internal\FontFace\CompositeFontParser.cs (6)
384} while (_reader.MoveToNextAttribute()); 501} while (_reader.MoveToNextAttribute()); 528} while (_reader.MoveToNextAttribute()); 696} while (_reader.MoveToNextAttribute()); 727} while (_reader.MoveToNextAttribute()); 790} while (_reader.MoveToNextAttribute());
PresentationFramework (5)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
925attributeFound = _xamlReader.MoveToNextAttribute();
System\Windows\Annotations\Annotation.cs (2)
543while (reader.MoveToNextAttribute()) 601while (reader.MoveToNextAttribute())
System\Windows\Annotations\AnnotationResource.cs (1)
438while (reader.MoveToNextAttribute())
System\Windows\Annotations\LocatorPartList.cs (1)
243while (reader.MoveToNextAttribute())
ReachFramework (1)
Packaging\XPSSignatureDefinition.cs (1)
456while (reader.MoveToNextAttribute())
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationElement.cs (1)
1418while (reader.MoveToNextAttribute())
System\Configuration\ConfigurationElementCollection.cs (1)
1121while (reader.MoveToNextAttribute())
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3462return _xmlreader.MoveToNextAttribute();
System.IO.Packaging (8)
System\IO\Packaging\PackagingUtilities.cs (1)
95while (reader.MoveToNextAttribute())
System\IO\Packaging\XmlCompatibilityReader.cs (6)
455Reader.MoveToNextAttribute(); 562result = Reader.MoveToNextAttribute(); 568result = Reader.MoveToNextAttribute(); 970result = Reader.MoveToNextAttribute(); 1026onAttribute = Reader.MoveToNextAttribute(); 1331Reader.MoveToNextAttribute();
System\IO\Packaging\XmlWrappingReader.cs (1)
87return _reader.MoveToNextAttribute();
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
164return isEndOfEmptyElement ? false : reader.MoveToNextAttribute();
System\Runtime\Serialization\XmlSerializableReader.cs (1)
106public override bool MoveToNextAttribute() { return InnerReader.MoveToNextAttribute(); }
System\Runtime\Serialization\XmlSerializableServices.cs (1)
29} while (xmlReader.MoveToNextAttribute());
System\Xml\XmlDictionaryReader.cs (1)
1460return _reader.MoveToNextAttribute();
System\Xml\XmlDictionaryWriter.cs (1)
280while (reader.MoveToNextAttribute());
System.Private.Xml (29)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
484return _coreReader.MoveToNextAttribute();
System\Xml\Core\XmlCharCheckingReader.cs (2)
148return base.reader.MoveToNextAttribute(); 246} while (base.reader.MoveToNextAttribute());
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
108} while (base.reader.MoveToNextAttribute());
System\Xml\Core\XmlReader.cs (1)
589MoveToNextAttribute();
System\Xml\Core\XmlSubtreeReader.cs (2)
408if (_curNsAttr == -1 && reader.MoveToNextAttribute()) 1283} while (reader.MoveToNextAttribute());
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
518if (!_coreReader.MoveToNextAttribute())
System\Xml\Core\XmlWrappingReader.cs (1)
95return reader.MoveToNextAttribute();
System\Xml\Core\XmlWriter.cs (1)
352while (reader.MoveToNextAttribute());
System\Xml\Core\XmlWriterAsync.cs (1)
273while (reader.MoveToNextAttribute());
System\Xml\Core\XsdCachingReader.cs (1)
705} while (_coreReader.MoveToNextAttribute());
System\Xml\Core\XsdValidatingReader.cs (3)
1355bool moveTo = _coreReader.MoveToNextAttribute(); 2114} while (_coreReader.MoveToNextAttribute()); 2183} while (_coreReader.MoveToNextAttribute());
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
612} while (_coreReader.MoveToNextAttribute());
System\Xml\Dom\XmlLoader.cs (4)
121while (r.MoveToNextAttribute()); 390while (_reader.MoveToNextAttribute()) 425while (_reader.MoveToNextAttribute()) 477} while (r.MoveToNextAttribute());
System\Xml\Schema\Inference\Infer.cs (1)
1269} while (_xtr.MoveToNextAttribute());
System\Xml\Schema\Parser.cs (3)
191while (_reader.MoveToNextAttribute()); 358} while (r.MoveToNextAttribute()); 377while (r.MoveToNextAttribute())
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
1838while (Reader.MoveToNextAttribute())
System\Xml\Serialization\XmlSerializationReader.cs (1)
1893while (Reader.MoveToNextAttribute())
System\Xml\XPath\XPathDocument.cs (1)
201while (reader.MoveToNextAttribute())
System\Xml\XPath\XPathNavigator.cs (1)
2048while (reader.MoveToNextAttribute())
System\Xml\Xsl\Xslt\XsltInput.cs (1)
506} while (_reader.MoveToNextAttribute());
System.Private.Xml.Linq (5)
System\Xml\Linq\XContainer.cs (4)
912} while (r.MoveToNextAttribute()); 968} while (r.MoveToNextAttribute()); 1039} while (r.MoveToNextAttribute()); 1155} while (r.MoveToNextAttribute());
System\Xml\Linq\XElement.cs (1)
2077} while (r.MoveToNextAttribute());
System.ServiceModel.Syndication (20)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
134while (reader.MoveToNextAttribute()) 567while (reader.MoveToNextAttribute()) 663while (reader.MoveToNextAttribute()) 714while (reader.MoveToNextAttribute()) 833while (reader.MoveToNextAttribute()) 914while (reader.MoveToNextAttribute()) 1025while (reader.MoveToNextAttribute())
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
174while (reader.MoveToNextAttribute()) 248while (reader.MoveToNextAttribute()) 358while (reader.MoveToNextAttribute()) 436while (reader.MoveToNextAttribute()) 510while (reader.MoveToNextAttribute())
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (7)
230while (reader.MoveToNextAttribute()) 271while (reader.MoveToNextAttribute()) 316while (reader.MoveToNextAttribute()) 420while (reader.MoveToNextAttribute()) 509while (reader.MoveToNextAttribute()) 571while (reader.MoveToNextAttribute()) 629while (reader.MoveToNextAttribute())
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
30while (reader.MoveToNextAttribute())
System.Xaml (8)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (6)
475Reader.MoveToNextAttribute(); 582result = Reader.MoveToNextAttribute(); 588result = Reader.MoveToNextAttribute(); 1027result = Reader.MoveToNextAttribute(); 1083onAttribute = Reader.MoveToNextAttribute(); 1388Reader.MoveToNextAttribute();
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
96return _reader.MoveToNextAttribute();
System\Xaml\Parser\XamlScanner.cs (1)
574b = _xmlReader.MoveToNextAttribute();