3 writes to IsEmptyElement
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (3)
1279_curNode.IsEmptyElement = false; 4516_curNode.IsEmptyElement = true; 4853_curNode.IsEmptyElement = true;
6 references to IsEmptyElement
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (6)
958return _curNode.IsEmptyElement; 1394if (_curNode.IsEmptyElement) 2290if (_curNode.IsEmptyElement) 2327if (_curNode.IsEmptyElement) 2364if (_curNode.IsEmptyElement) 9045bool isEmpty = _curNode.IsEmptyElement;