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