4 references to DescendantsAndSelf
System.Data.Services.Client (1)
System\Data\Services\Client\XmlUtil.cs (1)
241
foreach (System.Xml.Linq.XElement e in element.
DescendantsAndSelf
())
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
2531
/// not return itself in the resulting IEnumerable. See <see cref="XElement.
DescendantsAndSelf
()"/> if you
2533
/// <seealso cref="XElement.
DescendantsAndSelf
()"/>
3743
/// <seealso cref="XElement.
DescendantsAndSelf
()"/>