7 references to AsEnumerable
Aspire.Hosting (1)
src\Shared\SecretsStore.cs (1)
90.AsEnumerable()
dotnet-user-secrets (1)
Internal\SecretsStore.cs (1)
97.AsEnumerable()
Microsoft.AspNetCore.Mvc.Testing (1)
DeferredHostBuilder.cs (1)
44foreach (var (key, value) in _hostConfiguration.AsEnumerable())
Microsoft.Extensions.Configuration.KeyPerFile.Tests (4)
KeyPerFileTests.cs (4)
162Assert.Empty(config.AsEnumerable()); 306Assert.Empty(config.AsEnumerable()); 369Assert.Empty(config.AsEnumerable()); 421Assert.Empty(config.AsEnumerable());