2 references to DoesSingleElementRequireEncryption
Microsoft.AspNetCore.DataProtection (2)
XmlEncryption\XmlEncryptionExtensions.cs (2)
121var elementWhichRequiresEncryption = doc.Descendants().FirstOrDefault(DoesSingleElementRequireEncryption); 209return element.DescendantsAndSelf().Any(DoesSingleElementRequireEncryption);