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