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