11 overrides of IsEmptyElement
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
445
public override bool
IsEmptyElement
System.Data (1)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (1)
60
public override bool
IsEmptyElement
{ get { return _curNode.IsEmptyElement; } }
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\RtfNavigator.cs (1)
86
public override bool
IsEmptyElement
{
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
230
public override bool
IsEmptyElement
601
public override bool
IsEmptyElement
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
226
public override bool
IsEmptyElement
System.Transactions (1)
System\Transactions\Trace\TraceXPathNavigator.cs (1)
204
public override bool
IsEmptyElement
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
216
public override bool
IsEmptyElement
{
System\Xml\Dom\DocumentXPathNavigator.cs (1)
198
public override bool
IsEmptyElement
{
System\Xml\XPath\XPathNavigatorReader.cs (1)
1042
public override bool
IsEmptyElement
{
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
112
public override bool
IsEmptyElement
{
8 references to IsEmptyElement
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\CopyNodesetAction.cs (1)
106
return processor.CopyBeginEvent(node, node.
IsEmptyElement
);
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
140
return _Navigator.
IsEmptyElement
;
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
234
return this.navigator.
IsEmptyElement
;
605
return this.navigator.
IsEmptyElement
;
System.Xml (4)
System\Xml\Core\XmlWriter.cs (1)
506
if (navigator.
IsEmptyElement
) {
System\Xml\Core\XmlWriterAsync.cs (1)
458
if (navigator.
IsEmptyElement
) {
System\Xml\XPath\XPathNavigatorReader.cs (2)
227
return this.nav.
IsEmptyElement
;
869
&& !this.nav.
IsEmptyElement
) {