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