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