2 references to EmptySequence
System.Private.Xml.Linq (2)
System\Xml\Linq\Extensions.cs (1)
45return name != null ? GetAttributes(source, name) : XAttribute.EmptySequence;
System\Xml\Linq\XElement.cs (1)
417return name != null ? GetAttributes(name) : XAttribute.EmptySequence;