2 writes to _exePath
System.Configuration (2)
System\Configuration\ClientConfigurationHost.cs (2)
144_exePath = (string) hostInitParams[1]; 157_exePath = null;
4 references to _exePath
System.Configuration (4)
System\Configuration\ClientConfigurationHost.cs (4)
50_configPaths = ClientConfigPaths.GetPaths(_exePath, _initComplete); 59if (_configPaths != null && !_configPaths.HasEntryAssembly && _exePath == null) { 152if (fileMap != null && !String.IsNullOrEmpty(_exePath)) { 156if (String.IsNullOrEmpty(_exePath)) {