1 write to s_appConfigPath
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
3379Interlocked.CompareExchange(ref s_appConfigPath, appConfigPath, null);
3 references to s_appConfigPath
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (3)
3375if (s_appConfigPath == null) { 3394if (!StringUtil.StartsWithIgnoreCase(s_appConfigPath, targetConfigPath) 3395&& !StringUtil.StartsWithIgnoreCase(targetConfigPath, s_appConfigPath)) {