5 references to GetAssemblyLocation
Microsoft.Build (2)
Instance\TaskFactories\TaskHostTask.cs (2)
321
string taskLocation = AssemblyUtilities.
GetAssemblyLocation
(_taskType.Type.GetTypeInfo().Assembly);
631
AssemblyUtilities.
GetAssemblyLocation
(_taskType.Type.GetTypeInfo().Assembly),
Microsoft.Build.Framework (3)
BuildEnvironmentHelper.cs (1)
436
? AssemblyUtilities.
GetAssemblyLocation
(entryAssembly)
NativeMethods.cs (1)
603
var baseTypeLocation = AssemblyUtilities.
GetAssemblyLocation
(typeof(string).Assembly);
Utilities\TypeExtensions.cs (1)
12
=> Path.GetFullPath(AssemblyUtilities.
GetAssemblyLocation
(type.Assembly));