2 references to Expand
Microsoft.Extensions.Configuration.KeyPerFile.Tests (2)
ConfigurationProviderCommandLineTest.cs (1)
32
foreach (var tuple in section.Values.SelectMany(e => e.Value.
Expand
(e.Key)))
ConfigurationProviderTestBase.cs (1)
360
foreach (var tuple in section.Values.SelectMany(e => e.Value.
Expand
(e.Key)))