3 references to GlobalConfig
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\ConfigurationHandler.cs (2)
21
public ConfigSettings() : this(
GlobalConfig
.DefaultDebugLevel, null)
35
private readonly DebugLevel _debugLevel =
GlobalConfig
.DefaultDebugLevel;
System\DirectoryServices\AccountManagement\GlobalDebug.cs (1)
20
private static readonly DebugLevel s_debugLevel =
GlobalConfig
.DebugLevel;