6 references to GetAssemblyLocation
Microsoft.Build (2)
Instance\TaskFactories\TaskHostTask.cs (2)
319
string taskLocation = AssemblyUtilities.
GetAssemblyLocation
(_taskType.Type.GetTypeInfo().Assembly);
598
AssemblyUtilities.
GetAssemblyLocation
(_taskType.Type.GetTypeInfo().Assembly),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
1130
ProjectUsingTaskElement element = project.AddUsingTask("Task1", AssemblyUtilities.
GetAssemblyLocation
(typeof(TaskRegistry_Tests.NullTaskTypeTaskFactory).GetTypeInfo().Assembly), null);
Microsoft.Build.Framework (3)
BuildEnvironmentHelper.cs (1)
436
? AssemblyUtilities.
GetAssemblyLocation
(entryAssembly)
NativeMethods.cs (1)
881
var baseTypeLocation = AssemblyUtilities.
GetAssemblyLocation
(typeof(string).GetTypeInfo().Assembly);
Utilities\TypeExtensions.cs (1)
12
=> Path.GetFullPath(AssemblyUtilities.
GetAssemblyLocation
(type.Assembly));