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