6 references to AssemblyUtilities
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 (4)
BuildEnvironmentHelper.cs (2)
434
var entryAssembly =
AssemblyUtilities
.EntryAssembly;
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));