1 override of LoadThroughProvider
Microsoft.Extensions.Configuration.KeyPerFile.Tests (1)
ConfigurationProviderCommandLineTest.cs (1)
14protected override (IConfigurationProvider Provider, Action Initializer) LoadThroughProvider(
12 references to LoadThroughProvider
Microsoft.Extensions.Configuration.KeyPerFile.Tests (12)
ConfigurationProviderTestBase.cs (12)
17var configRoot = BuildConfigRoot(LoadThroughProvider(TestSection.TestConfig)); 25var configRoot = BuildConfigRoot(LoadThroughProvider(TestSection.TestConfig)); 49AssertConfig(BuildConfigRoot(LoadThroughProvider(TestSection.NullsTestConfig)), expectNulls: true, nullValue: ""); 58LoadThroughProvider(TestSection.MissingSection4Config))); 63LoadThroughProvider(TestSection.MissingSection2ValuesConfig))); 71LoadThroughProvider(TestSection.MissingSection2ValuesConfig), 76LoadThroughProvider(TestSection.MissingSection4Config), 86LoadThroughProvider(TestSection.TestConfig))); 95LoadThroughProvider(TestSection.TestConfig))); 102() => BuildConfigRoot(LoadThroughProvider(TestSection.DuplicatesTestConfig))); 109() => BuildConfigRoot(LoadThroughProvider(TestSection.DuplicatesDifferentCaseTestConfig))); 131var configuration = BuildConfigRoot(LoadThroughProvider(TestSection.TestConfig));