3 references to s_debugLevel
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\GlobalDebug.cs (3)
22public static bool Error => DebugLevel.Error >= s_debugLevel; 24public static bool Warn => DebugLevel.Warn >= s_debugLevel; 26public static bool Info => DebugLevel.Info >= s_debugLevel;