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