1 write to _pathToAddInProcess
System.AddIn (1)
System\Addin\Hosting\AddInProcess.cs (1)
117
_pathToAddInProcess
= Path.Combine(folder, exeName);
3 references to _pathToAddInProcess
System.AddIn (3)
System\Addin\Hosting\AddInProcess.cs (3)
118
if(!File.Exists(
_pathToAddInProcess
))
120
throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, Res.MissingAddInProcessExecutable,
_pathToAddInProcess
));
366
addInProcess.StartInfo.FileName =
_pathToAddInProcess
;