1 instantiation of DeletableElement
Microsoft.AspNetCore.DataProtection (1)
Repositories\FileSystemXmlRepository.cs (1)
190
deletableElements.Add(new
DeletableElement
(fileSystemInfo, element));
2 references to DeletableElement
Microsoft.AspNetCore.DataProtection (2)
Repositories\FileSystemXmlRepository.cs (2)
184
var deletableElements = new List<
DeletableElement
>();
199
foreach (
var
deletableElement in elementsToDelete)