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