6 writes to IsEmptyElement
System.Private.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (3)
1271_curNode.IsEmptyElement = false; 4423_curNode.IsEmptyElement = true; 4744_curNode.IsEmptyElement = true;
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
204_curNode.IsEmptyElement = false; 2022_curNode.IsEmptyElement = true; 2377_curNode.IsEmptyElement = true;
8 references to IsEmptyElement
System.Private.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (6)
946return _curNode.IsEmptyElement; 1386if (_curNode.IsEmptyElement) 2225if (_curNode.IsEmptyElement) 2259if (_curNode.IsEmptyElement) 2293if (_curNode.IsEmptyElement) 8920bool isEmpty = _curNode.IsEmptyElement;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
348if (_curNode.IsEmptyElement) 5299bool isEmpty = _curNode.IsEmptyElement;