public IReadOnlyCollection GetAllElements()

in src/Amazon.AspNetCore.DataProtection.SSM/SSMXmlRepository.cs [98:101]


        public IReadOnlyCollection<XElement> GetAllElements()
        {
            return Task.Run(GetAllElementsAsync).GetAwaiter().GetResult();
        }