25 references to HasAttributes
dotnet-svcutil-lib (25)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
189
if (elem.
HasAttributes
)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (8)
274
&& element.
HasAttributes
)
299
&& element.
HasAttributes
)
328
&& element.
HasAttributes
)
483
if (!element.
HasAttributes
)
562
if (element.
HasAttributes
)
677
if (element.
HasAttributes
)
1334
if (element.
HasAttributes
)
1836
&& element.
HasAttributes
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (9)
64
if (
HasAttributes
)
296
if (
HasAttributes
)
303
if (
HasAttributes
)
319
if (
HasAttributes
)
374
if (
HasAttributes
)
395
if (
HasAttributes
)
506
if (
HasAttributes
)
529
if (
HasAttributes
)
537
if (
HasAttributes
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
704
if (node is XmlElement && ((XmlElement)node).
HasAttributes
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (2)
1077
if (elem.
HasAttributes
)
1162
if (elem.
HasAttributes
)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (3)
889
if (elem.
HasAttributes
)
957
if (elem.
HasAttributes
)
1007
if (elem.
HasAttributes
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
390
if (src.
HasAttributes
)