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