1 write to s_appConfigPath
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
2825Interlocked.CompareExchange(ref s_appConfigPath, appConfigPath, null);
3 references to s_appConfigPath
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (3)
2819if (s_appConfigPath == null) 2839if (!StringUtil.StartsWithOrdinalIgnoreCase(s_appConfigPath, targetConfigPath) 2840&& !StringUtil.StartsWithOrdinalIgnoreCase(targetConfigPath, s_appConfigPath))