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