7 references to IsValid
System.Configuration.ConfigurationManager (7)
System\Configuration\BaseConfigurationRecord.cs (1)
3211
if (!ConfigPathUtility.
IsValid
(newConfigSource))
System\Configuration\ConfigPathUtility.cs (4)
60
Debug.Assert(string.IsNullOrEmpty(parentConfigPath) ||
IsValid
(parentConfigPath),
62
Debug.Assert(string.IsNullOrEmpty(childConfigPath) ||
IsValid
(childConfigPath),
76
Debug.Assert(
IsValid
(configPath), "IsValid(configPath)");
86
Debug.Assert(string.IsNullOrEmpty(configPath) ||
IsValid
(configPath),
System\Configuration\Internal\InternalConfigRoot.cs (2)
96
if (!ConfigPathUtility.
IsValid
(configPath)) throw ExceptionUtil.ParameterInvalid(nameof(configPath));
235
if (!ConfigPathUtility.
IsValid
(configPath)) throw ExceptionUtil.ParameterInvalid(nameof(configPath));