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