9 references to GetAssemblyPath
Microsoft.Build (2)
Definition\ProjectCollection.cs (1)
495
var versionInfo = FileVersionInfo.GetVersionInfo(typeof(ProjectCollection).
GetAssemblyPath
());
src\msbuild\src\Shared\Debugging\PrintLineDebuggerWriters.cs (1)
74
var executingAssembly = typeof(PrintLineDebuggerWriters).
GetAssemblyPath
();
Microsoft.Build.Framework (1)
BuildEnvironmentHelper.cs (1)
446
return typeof(BuildEnvironmentHelper).
GetAssemblyPath
();
Microsoft.Build.Tasks.Core (1)
src\msbuild\src\Shared\Debugging\PrintLineDebuggerWriters.cs (1)
74
var executingAssembly = typeof(PrintLineDebuggerWriters).
GetAssemblyPath
();
Microsoft.Build.Utilities.Core (1)
src\msbuild\src\Shared\Debugging\PrintLineDebuggerWriters.cs (1)
74
var executingAssembly = typeof(PrintLineDebuggerWriters).
GetAssemblyPath
();
MSBuild (4)
CommandLine\CommandLineParser.cs (2)
120
string exePath = Path.GetDirectoryName(typeof(MSBuildApp).
GetAssemblyPath
()); // Copied from XMake
535
string exePath = Path.GetDirectoryName(typeof(MSBuildApp).
GetAssemblyPath
()); // Copied from XMake
src\msbuild\src\Shared\Debugging\PrintLineDebuggerWriters.cs (1)
74
var executingAssembly = typeof(PrintLineDebuggerWriters).
GetAssemblyPath
();
XMake.cs (1)
163
s_exePath = Path.GetDirectoryName(typeof(MSBuildApp).
GetAssemblyPath
());