6 overrides of IsEmptyElement
System.Data.Common (1)
System\Xml\DataDocumentXPathNavigator.cs (1)
67public override bool IsEmptyElement => _curNode.IsEmptyElement;
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
237public override bool IsEmptyElement
System\Xml\Dom\DocumentXPathNavigator.cs (1)
233public override bool IsEmptyElement
System\Xml\XPath\XPathNavigatorReader.cs (1)
1193public override bool IsEmptyElement
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
87public override bool IsEmptyElement
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
118public override bool IsEmptyElement
6 references to IsEmptyElement
System.Private.Xml (6)
System\Xml\Core\XmlWriter.cs (1)
504if (navigator.IsEmptyElement)
System\Xml\Core\XmlWriterAsync.cs (1)
504if (navigator.IsEmptyElement)
System\Xml\XPath\XPathNavigatorReader.cs (2)
255return _nav.IsEmptyElement; 1006&& !_nav.IsEmptyElement)
System\Xml\Xsl\XsltOld\CopyNodeSetAction.cs (1)
115return processor.CopyBeginEvent(node, node.IsEmptyElement);
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
169return _Navigator.IsEmptyElement;