6 writes to IsEmptyElement
System.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (3)
1207curNode.IsEmptyElement = false; 4032curNode.IsEmptyElement = true; 4331curNode.IsEmptyElement = true;
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
191curNode.IsEmptyElement = false; 1872curNode.IsEmptyElement = true; 2206curNode.IsEmptyElement = true;
8 references to IsEmptyElement
System.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (6)
936return curNode.IsEmptyElement; 1322if ( curNode.IsEmptyElement ) { 2079if ( curNode.IsEmptyElement ) { 2109if ( curNode.IsEmptyElement ) { 2139if ( curNode.IsEmptyElement ) { 7973bool isEmpty = curNode.IsEmptyElement;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
326if ( curNode.IsEmptyElement ) { 4927bool isEmpty = curNode.IsEmptyElement;