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