Implemented interface member:
method
GetAllElements
Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository.GetAllElements()
3 references to GetAllElements
Microsoft.AspNetCore.DataProtection.Tests (3)
Repositories\RegistryXmlRepositoryTests.cs (3)
42
var allElements = repository.
GetAllElements
();
120
var allElements = repository.
GetAllElements
();
171
var elementSet = new HashSet<string>(repository.
GetAllElements
().Select(e => e.Name.LocalName));