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