1 override of HasAttributes
System.Data.Common (1)
System\Xml\XmlBoundElement.cs (1)
44
public override bool
HasAttributes
=> Attributes.Count > 0;
29 references to HasAttributes
Microsoft.Build (2)
Construction\Solution\ProjectInSolution.cs (1)
552
if (mainProjectElement.
HasAttributes
)
Xml\ProjectXmlUtilities.cs (1)
151
if (element.
HasAttributes
)
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
523
if (child.
HasAttributes
)
System.Data.Common (1)
System\Xml\DataSetMappper.cs (1)
317
if (e!.
HasAttributes
)
System.Private.Xml (24)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
181
if (elem.
HasAttributes
)
System\Xml\Dom\DocumentXPathNavigator.cs (8)
268
&& element.
HasAttributes
)
292
&& element.
HasAttributes
)
320
&& element.
HasAttributes
)
472
if (!element.
HasAttributes
)
551
if (element.
HasAttributes
)
665
if (element.
HasAttributes
)
1318
if (element.
HasAttributes
)
1807
&& element.
HasAttributes
)
System\Xml\Dom\XmlElement.cs (9)
63
if (
HasAttributes
)
297
if (
HasAttributes
)
304
if (
HasAttributes
)
321
if (
HasAttributes
)
376
if (
HasAttributes
)
397
if (
HasAttributes
)
512
if (
HasAttributes
)
535
if (
HasAttributes
)
544
if (
HasAttributes
)
System\Xml\Dom\XmlLoader.cs (1)
696
if (element != null && element.
HasAttributes
)
System\Xml\Dom\XmlNode.cs (2)
1094
if (elem.
HasAttributes
)
1179
if (elem.
HasAttributes
)
System\Xml\Dom\XmlNodeReader.cs (3)
878
if (elem.
HasAttributes
)
946
if (elem.
HasAttributes
)
998
if (elem.
HasAttributes
)
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Utils.cs (1)
529
if (ancestorElement.
HasAttributes
)