5 references to DefaultTransformation
Microsoft.Extensions.Configuration.EnvironmentVariables (5)
EnvironmentVariablesConfigurationProvider.cs (2)
56
/// When <see langword="null"/>, <see cref="EnvironmentVariablesConfigurationSource.
DefaultTransformation
"/> is used.</param>
60
_transformation = variableNameTransformation ?? EnvironmentVariablesConfigurationSource.
DefaultTransformation
;
EnvironmentVariablesConfigurationSource.cs (1)
96
/// <see cref="
DefaultTransformation
"/> is used.
EnvironmentVariablesExtensions.cs (2)
31
/// The prefix is transformed by <see cref="EnvironmentVariablesConfigurationSource.
DefaultTransformation
"/> and then matched against transformed environment variable name, so it should be specified in the pre-transformation
52
/// <see cref="EnvironmentVariablesConfigurationSource.
DefaultTransformation
"/> is used.</param>