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