22 overrides of MoveToFirstAttribute
Microsoft.Build.Engine.UnitTests (1)
Construction\XmlReaderWithoutLocation_Tests.cs (1)
99public override bool MoveToFirstAttribute()
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
99public override bool MoveToFirstAttribute()
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3455public override bool MoveToFirstAttribute()
System.IO.Packaging (1)
System\IO\Packaging\XmlWrappingReader.cs (1)
80public override bool MoveToFirstAttribute()
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
131public override bool MoveToFirstAttribute()
System\Runtime\Serialization\XmlSerializableReader.cs (1)
105public override bool MoveToFirstAttribute() { return InnerReader.MoveToFirstAttribute(); }
System\Xml\XmlBaseReader.cs (1)
858public override bool MoveToFirstAttribute()
System\Xml\XmlDictionaryReader.cs (1)
1453public override bool MoveToFirstAttribute()
System.Private.Xml (12)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
754public override bool MoveToFirstAttribute()
System\Xml\Core\XmlAsyncCheckReader.cs (1)
475public override bool MoveToFirstAttribute()
System\Xml\Core\XmlTextReader.cs (1)
216public override bool MoveToFirstAttribute()
System\Xml\Core\XmlTextReaderImpl.cs (1)
1142public override bool MoveToFirstAttribute()
System\Xml\Core\XmlValidatingReader.cs (1)
154public override bool MoveToFirstAttribute()
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
505public override bool MoveToFirstAttribute()
System\Xml\Core\XmlWrappingReader.cs (1)
88public override bool MoveToFirstAttribute()
System\Xml\Core\XsdCachingReader.cs (1)
362public override bool MoveToFirstAttribute()
System\Xml\Core\XsdValidatingReader.cs (1)
1311public override bool MoveToFirstAttribute()
System\Xml\Dom\XmlNodeReader.cs (1)
1434public override bool MoveToFirstAttribute()
System\Xml\XPath\XPathNavigatorReader.cs (1)
599public override bool MoveToFirstAttribute()
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
270public override bool MoveToFirstAttribute()
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeReader.cs (1)
746public override bool MoveToFirstAttribute()
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
99public override bool MoveToFirstAttribute()
63 references to MoveToFirstAttribute
Microsoft.Build.Engine.UnitTests (1)
Construction\XmlReaderWithoutLocation_Tests.cs (1)
101return _wrappedReader.MoveToFirstAttribute();
Microsoft.Build.Tasks.Core (2)
RedistList.cs (2)
673reader.MoveToFirstAttribute(); 832reader.MoveToFirstAttribute();
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
3141reader.MoveToFirstAttribute();
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
812bool moreAttributes = xmlReader.MoveToFirstAttribute();
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
424xmlReader.MoveToFirstAttribute(); 513xmlReader.MoveToFirstAttribute();
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
2201bool moreAttributes = XmlReader.MoveToFirstAttribute(); 2335bool moreAttributes = XmlReader.MoveToFirstAttribute(); 2771bool moreAttributes = XmlReader.MoveToFirstAttribute();
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (3)
469Reader.MoveToFirstAttribute(); 1060bool onAttribute = Reader.MoveToFirstAttribute(); 1395Reader.MoveToFirstAttribute();
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
101return _reader.MoveToFirstAttribute();
PresentationCore (6)
MS\Internal\FontFace\CompositeFontParser.cs (6)
356if (_reader.MoveToFirstAttribute()) 496if (_reader.MoveToFirstAttribute()) 517if (_reader.MoveToFirstAttribute()) 627if (_reader.MoveToFirstAttribute()) 712if (_reader.MoveToFirstAttribute()) 757if (_reader.MoveToFirstAttribute())
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
912bool attributeFound = _xamlReader.MoveToFirstAttribute();
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3457return _xmlreader.MoveToFirstAttribute();
System.IO.Packaging (4)
System\IO\Packaging\XmlCompatibilityReader.cs (3)
442Reader.MoveToFirstAttribute(); 995bool onAttribute = Reader.MoveToFirstAttribute(); 1322Reader.MoveToFirstAttribute();
System\IO\Packaging\XmlWrappingReader.cs (1)
82return _reader.MoveToFirstAttribute();
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
159return isEndOfEmptyElement ? false : reader.MoveToFirstAttribute();
System\Runtime\Serialization\XmlSerializableReader.cs (1)
105public override bool MoveToFirstAttribute() { return InnerReader.MoveToFirstAttribute(); }
System\Runtime\Serialization\XmlSerializableServices.cs (1)
18if (xmlReader.MoveToFirstAttribute())
System\Xml\XmlDictionaryReader.cs (1)
1455return _reader.MoveToFirstAttribute();
System\Xml\XmlDictionaryWriter.cs (1)
255if (reader.MoveToFirstAttribute())
System.Private.Xml (22)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
478return _coreReader.MoveToFirstAttribute();
System\Xml\Core\XmlCharCheckingReader.cs (2)
139return base.reader.MoveToFirstAttribute(); 240if (base.reader.MoveToFirstAttribute())
System\Xml\Core\XmlCharCheckingReaderAsync.cs (1)
102if (base.reader.MoveToFirstAttribute())
System\Xml\Core\XmlReader.cs (1)
585MoveToFirstAttribute();
System\Xml\Core\XmlSubtreeReader.cs (2)
389if (reader.MoveToFirstAttribute()) 1258if (reader.MoveToFirstAttribute())
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
507if (!_coreReader.MoveToFirstAttribute())
System\Xml\Core\XmlWrappingReader.cs (1)
90return reader.MoveToFirstAttribute();
System\Xml\Core\XmlWriter.cs (1)
319if (reader.MoveToFirstAttribute())
System\Xml\Core\XmlWriterAsync.cs (1)
240if (reader.MoveToFirstAttribute())
System\Xml\Core\XsdCachingReader.cs (1)
695if (_coreReader.MoveToFirstAttribute())
System\Xml\Core\XsdValidatingReader.cs (3)
1313if (_coreReader.MoveToFirstAttribute()) 2082if (_coreReader.MoveToFirstAttribute()) 2159if (_coreReader.MoveToFirstAttribute())
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
581if (_coreReader.MoveToFirstAttribute())
System\Xml\Dom\XmlLoader.cs (2)
113if (r.MoveToFirstAttribute()) 470if (_reader.MoveToFirstAttribute())
System\Xml\Schema\Inference\Infer.cs (1)
642if (_xtr.MoveToFirstAttribute())
System\Xml\Schema\Parser.cs (2)
181if (_reader.MoveToFirstAttribute()) 348if (r.MoveToFirstAttribute())
System\Xml\Xsl\Xslt\XsltInput.cs (1)
497if (_reader.MoveToFirstAttribute())
System.Private.Xml.Linq (5)
System\Xml\Linq\XContainer.cs (4)
907if (r.MoveToFirstAttribute()) 961if (r.MoveToFirstAttribute()) 1029if (r.MoveToFirstAttribute()) 1143if (r.MoveToFirstAttribute())
System\Xml\Linq\XElement.cs (1)
2067if (r.MoveToFirstAttribute())
System.Xaml (5)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (3)
469Reader.MoveToFirstAttribute(); 1060bool onAttribute = Reader.MoveToFirstAttribute(); 1395Reader.MoveToFirstAttribute();
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
101return _reader.MoveToFirstAttribute();
System\Xaml\Parser\XamlScanner.cs (1)
553bool b = _xmlReader.MoveToFirstAttribute();