2 references to GetElementsBeforeSelf
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
1782
return
GetElementsBeforeSelf
(null);
1795
return name != null ?
GetElementsBeforeSelf
(name) : XElement.EmptySequence;