2 writes to _exePath
System.Configuration.ConfigurationManager (2)
System\Configuration\ClientConfigurationHost.cs (2)
136
_exePath
= (string)hostInitParams[1];
147
if (string.IsNullOrEmpty(_exePath))
_exePath
= null;
4 references to _exePath
System.Configuration.ConfigurationManager (4)
System\Configuration\ClientConfigurationHost.cs (4)
40
internal ClientConfigPaths ConfigPaths => _configPaths ??= ClientConfigPaths.GetPaths(
_exePath
, _initComplete);
117
if ((_configPaths != null) && !_configPaths.HasEntryAssembly && (
_exePath
== null))
144
if ((fileMap != null) && !string.IsNullOrEmpty(
_exePath
))
147
if (string.IsNullOrEmpty(
_exePath
)) _exePath = null;