4 references to DescendantsAndSelf
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\XmlEncryptionExtensions.cs (1)
209return element.DescendantsAndSelf().Any(DoesSingleElementRequireEncryption);
System.Private.Xml.Linq (3)
System\Xml\Linq\XContainer.cs (2)
260/// not return itself in the resulting IEnumerable. See <see cref="XElement.DescendantsAndSelf()"/> if you 262/// <seealso cref="XElement.DescendantsAndSelf()"/>
System\Xml\Linq\XElement.cs (1)
437/// <seealso cref="XElement.DescendantsAndSelf()"/>