2 references to AssemblyLocation
Microsoft.Build.Engine.UnitTests (2)
NetTaskHost_E2E_Tests.cs (2)
21private static string TestAssetsRootPath { get; } = Path.Combine(AssemblyLocation, "TestAssets"); 51var customTaskAssemblyLocation = Path.GetFullPath(Path.Combine(AssemblyLocation, "..", RunnerUtilities.LatestDotNetCoreForMSBuild, "ExampleTask.dll"));