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