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