1 write to s_appConfigPath
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
2821Interlocked.CompareExchange(ref s_appConfigPath, appConfigPath, null);
3 references to s_appConfigPath
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (3)
2815if (s_appConfigPath == null) 2835if (!StringUtil.StartsWithOrdinalIgnoreCase(s_appConfigPath, targetConfigPath) 2836&& !StringUtil.StartsWithOrdinalIgnoreCase(targetConfigPath, s_appConfigPath))