1 instantiation of DeletableElement
Microsoft.AspNetCore.DataProtection (1)
Repositories\EphemeralXmlRepository.cs (1)
70deletableElements.Add(new DeletableElement(storedElement, new XElement(storedElement)));
2 references to DeletableElement
Microsoft.AspNetCore.DataProtection (2)
Repositories\EphemeralXmlRepository.cs (2)
63var deletableElements = new List<DeletableElement>(); 82foreach (var deletableElement in elementsToDelete)