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);
59
if (_configPaths != null && !_configPaths.HasEntryAssembly &&
_exePath
== null) {
152
if (fileMap != null && !String.IsNullOrEmpty(
_exePath
)) {
156
if (String.IsNullOrEmpty(
_exePath
)) {