4 writes to m_exePath
Microsoft.NET.Sdk.Publish.Tasks (4)
Tasks\MsDeploy\MSDeploy.cs (4)
267
m_exePath
= Path.Combine(programFiles, msdeployExePath);
275
m_exePath
= Path.Combine(programFiles, msdeployExePath);
281
m_exePath
= Path.Combine(programFiles, msdeployExePath);
288
set {
m_exePath
= value; }
3 references to m_exePath
Microsoft.NET.Sdk.Publish.Tasks (3)
Tasks\MsDeploy\MSDeploy.cs (3)
263
if (string.IsNullOrEmpty(
m_exePath
))
268
if (!File.Exists(Path.Combine(
m_exePath
, ToolName)))
286
return
m_exePath
;