2 references to GetAttributes
System.Private.Xml.Linq (2)
System\Xml\Linq\Extensions.cs (2)
28
return
GetAttributes
(source, null);
45
return name != null ?
GetAttributes
(source, name) : XAttribute.EmptySequence;