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