4 references to IsEmptyElement
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\XsltInput.cs (3)
310if (IsEmptyElement) { 317Debug.Assert(nodeType != XmlNodeType.Element || IsEmptyElement, "On non-empty elements we should call MoveToFirstChild()"); 1000if (!input.IsEmptyElement) {
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
2364if (compiler.IsDebug && !input.IsEmptyElement) {