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