6 references to IsEmpty
System.Xml.Linq (6)
System\Xml\Linq\XLinq.cs (5)
7969if (e.IsEmpty) { 8208return e != null && e.IsEmpty; 8748if (c != null && !c.IsEmpty) { 9003if (e.IsEmpty || IsEndElement || skipContent) { 9066if (e.IsEmpty || skipContent) {
System\Xml\Linq\XNodeNavigator.cs (1)
115return e != null && e.IsEmpty;