1 instantiation of DeletableElement
Microsoft.AspNetCore.DataProtection (1)
Repositories\RegistryXmlRepository.cs (1)
171deletableElements.Add(new DeletableElement(valueName, element));
2 references to DeletableElement
Microsoft.AspNetCore.DataProtection (2)
Repositories\RegistryXmlRepository.cs (2)
164var deletableElements = new List<DeletableElement>(); 181foreach (var deletableElement in elementsToDelete)