2 references to EmptySequence
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
3724
return name != null ? GetAttributes(name) : XAttribute.
EmptySequence
;
7542
return name != null ? GetAttributes(source, name) : XAttribute.
EmptySequence
;