11 references to GetAssemblyPath
Microsoft.Build (2)
Definition\ProjectCollection.cs (1)
495
var versionInfo = FileVersionInfo.GetVersionInfo(typeof(ProjectCollection).
GetAssemblyPath
());
PrintLineDebuggerWriters.cs (1)
74
var executingAssembly = typeof(PrintLineDebuggerWriters).
GetAssemblyPath
();
Microsoft.Build.Engine.UnitTests (1)
BuildEnvironmentHelper_Tests.cs (1)
21
var msbuildPath = Path.GetDirectoryName(typeof(BuildEnvironmentHelper).
GetAssemblyPath
());
Microsoft.Build.Framework (1)
BuildEnvironmentHelper.cs (1)
446
return typeof(BuildEnvironmentHelper).
GetAssemblyPath
();
Microsoft.Build.Framework.UnitTests (1)
FileUtilities_Tests.cs (1)
969
private static string SystemSpecificAbsolutePath => typeof(BuildEnvironmentHelper).
GetAssemblyPath
();
Microsoft.Build.Tasks.Core (1)
PrintLineDebuggerWriters.cs (1)
74
var executingAssembly = typeof(PrintLineDebuggerWriters).
GetAssemblyPath
();
Microsoft.Build.Utilities.Core (1)
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
PrintLineDebuggerWriters.cs (1)
74
var executingAssembly = typeof(PrintLineDebuggerWriters).
GetAssemblyPath
();
XMake.cs (1)
163
s_exePath = Path.GetDirectoryName(typeof(MSBuildApp).
GetAssemblyPath
());