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