2 references to s_configSettings
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\GlobalConfig.cs (2)
17
public static DebugLevel DebugLevel =>
s_configSettings
?.DebugLevel ?? DefaultDebugLevel;
19
public static string DebugLogFile =>
s_configSettings
?.DebugLogFile;