4 references to IsEmptyElement
System.Private.Xml (4)
System\Xml\Xsl\Xslt\XsltInput.cs (3)
349if (IsEmptyElement) 358Debug.Assert(_nodeType != XmlNodeType.Element || IsEmptyElement, "On non-empty elements we should call MoveToFirstChild()"); 1177if (!input.IsEmptyElement)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
2547if (_compiler.IsDebug && !_input.IsEmptyElement)