5 references to ExecutingAssemblyPath
MSBuild (5)
BuildEnvironmentHelper.cs (1)
456
return
ExecutingAssemblyPath
;
CommandLine\CommandLineParser.cs (2)
120
string exePath = Path.GetDirectoryName(BuildEnvironmentHelper.
ExecutingAssemblyPath
); // Copied from XMake
535
string exePath = Path.GetDirectoryName(BuildEnvironmentHelper.
ExecutingAssemblyPath
); // Copied from XMake
PrintLineDebuggerWriters.cs (1)
74
var executingAssembly = BuildEnvironmentHelper.
ExecutingAssemblyPath
;
XMake.cs (1)
163
s_exePath = Path.GetDirectoryName(BuildEnvironmentHelper.
ExecutingAssemblyPath
);