11 overrides of HasAttributes
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
64public override bool HasAttributes { get { return _reader.HasAttributes; } }
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
80public 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.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomReader.cs (2)
600public override bool HasAttributes 1530public override bool HasAttributes
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
64public override bool HasAttributes { get { return _reader.HasAttributes; } }
38 references to HasAttributes
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ManifestFormatter.cs (1)
42if (r.HasAttributes)
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UidManager.cs (1)
535if (reader.HasAttributes)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
64public override bool HasAttributes { get { return _reader.HasAttributes; } }
ReachFramework (1)
Packaging\XPSSignatureDefinition.cs (1)
459if (reader.HasAttributes)
System.Data.Common (8)
System\Data\DataSet.cs (6)
203if (reader.HasAttributes) 1706if (reader.HasAttributes) 1809if (reader.HasAttributes) 2120if (reader.HasAttributes) 2659if (reader.HasAttributes) 3383if (reader.HasAttributes)
System\Data\DataTable.cs (2)
5814if (reader.HasAttributes) 6082if (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.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
604return _xmlReader.HasAttributes;
System.ServiceModel.Syndication (20)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (7)
132if (reader.HasAttributes) 565if (reader.HasAttributes) 661if (reader.HasAttributes) 712if (reader.HasAttributes) 831if (reader.HasAttributes) 912if (reader.HasAttributes) 1023if (reader.HasAttributes)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (5)
172if (reader.HasAttributes) 246if (reader.HasAttributes) 356if (reader.HasAttributes) 434if (reader.HasAttributes) 508if (reader.HasAttributes)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (7)
228if (reader.HasAttributes) 269if (reader.HasAttributes) 314if (reader.HasAttributes) 418if (reader.HasAttributes) 507if (reader.HasAttributes) 569if (reader.HasAttributes) 627if (reader.HasAttributes)
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
28if (reader.HasAttributes)
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlWrappingReader.cs (1)
64public override bool HasAttributes { get { return _reader.HasAttributes; } }