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