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