5 references to TestKeyValue
Microsoft.Extensions.Configuration.KeyPerFile.Tests (5)
ConfigurationProviderTestBase.cs (5)
388public static implicit operator TestKeyValue(string value) => new TestKeyValue(value); 676Values = new[] { ("Key1", new TestKeyValue((string)null)) }, 681Values = new[] {("Key2", new TestKeyValue((string)null))}, 688("Key3", new TestKeyValue((string)null)), 700Values = new[] {("Key4", new TestKeyValue((string)null))}