1 write to IgnoreCondition
Microsoft.Extensions.Configuration.KeyPerFile (1)
KeyPerFileConfigurationSource.cs (1)
18
=>
IgnoreCondition
= s => IgnorePrefix != null && s.StartsWith(IgnorePrefix, StringComparison.Ordinal);
2 references to IgnoreCondition
Microsoft.Extensions.Configuration.KeyPerFile (2)
KeyPerFileConfigurationProvider.cs (2)
97
if (Source.
IgnoreCondition
== null || !Source.
IgnoreCondition
(file.Name))