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