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