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