9 overrides of HasAttributes
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
65public override bool HasAttributes { get { return _reader.HasAttributes; } }
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
75public override bool HasAttributes
System.IO.Packaging (1)
System\IO\Packaging\XmlWrappingReader.cs (1)
47public override bool HasAttributes { get { return _reader.HasAttributes; } }
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlSerializableReader.cs (1)
97public override bool HasAttributes { get { return InnerReader.HasAttributes; } }
System.Private.Xml (3)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
740public override bool HasAttributes
System\Xml\Core\XmlWrappingReader.cs (1)
51public override bool HasAttributes { get { return reader.HasAttributes; } }
System\Xml\Dom\XmlNodeReader.cs (1)
1740public override bool HasAttributes
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeReader.cs (1)
125public override bool HasAttributes
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
65public override bool HasAttributes { get { return _reader.HasAttributes; } }
38 references to HasAttributes
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ManifestFormatter.cs (1)
41if (r.HasAttributes)
Microsoft.Maui.Graphics (1)
Text\XmlAttributedTextReader.cs (1)
116 if (_reader.HasAttributes)
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
525if (reader.HasAttributes)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
65public override bool HasAttributes { get { return _reader.HasAttributes; } }
ReachFramework (1)
Packaging\XPSSignatureDefinition.cs (1)
452if (reader.HasAttributes)
System.Data.Common (8)
System\Data\DataSet.cs (6)
204if (reader.HasAttributes) 1720if (reader.HasAttributes) 1824if (reader.HasAttributes) 2152if (reader.HasAttributes) 2698if (reader.HasAttributes) 3434if (reader.HasAttributes)
System\Data\DataTable.cs (2)
5848if (reader.HasAttributes) 6117if (reader.HasAttributes)
System.IO.Packaging (1)
System\IO\Packaging\XmlWrappingReader.cs (1)
47public override bool HasAttributes { get { return _reader.HasAttributes; } }
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlSerializableReader.cs (1)
97public override bool HasAttributes { get { return InnerReader.HasAttributes; } }
System.Private.Xml (2)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
745return _coreReader.HasAttributes;
System\Xml\Core\XmlWrappingReader.cs (1)
51public override bool HasAttributes { get { return reader.HasAttributes; } }
System.ServiceModel.Syndication (20)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
117if (reader.HasAttributes) 538if (reader.HasAttributes) 634if (reader.HasAttributes) 685if (reader.HasAttributes) 804if (reader.HasAttributes) 885if (reader.HasAttributes) 996if (reader.HasAttributes)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
154if (reader.HasAttributes) 228if (reader.HasAttributes) 338if (reader.HasAttributes) 416if (reader.HasAttributes) 490if (reader.HasAttributes)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (7)
201if (reader.HasAttributes) 242if (reader.HasAttributes) 287if (reader.HasAttributes) 391if (reader.HasAttributes) 480if (reader.HasAttributes) 542if (reader.HasAttributes) 600if (reader.HasAttributes)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
25if (reader.HasAttributes)
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
65public override bool HasAttributes { get { return _reader.HasAttributes; } }