3 writes to IgnoreCondition
Microsoft.Extensions.Configuration.KeyPerFile (1)
KeyPerFileConfigurationSource.cs (1)
18=> IgnoreCondition = s => IgnorePrefix != null && s.StartsWith(IgnorePrefix, StringComparison.Ordinal);
Microsoft.Extensions.Configuration.KeyPerFile.Tests (2)
KeyPerFileTests.cs (2)
137o.IgnoreCondition = null; 158o.IgnoreCondition = s => true;
2 references to IgnoreCondition
Microsoft.Extensions.Configuration.KeyPerFile (2)
KeyPerFileConfigurationProvider.cs (2)
97if (Source.IgnoreCondition == null || !Source.IgnoreCondition(file.Name))