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