3 references to DefaultDebugLevel
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\GlobalConfig.cs (1)
17
public static DebugLevel DebugLevel => s_configSettings?.DebugLevel ??
DefaultDebugLevel
;