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