4 references to TaskDllFileName
Microsoft.Build.Engine.UnitTests (4)
TypeLoader_Dependencies_Tests.cs (4)
33string dllPath = Path.Combine(dir.Path, TaskDllFileName); 48var newTaskDllPath = Path.Combine(tempDir, TaskDllFileName); 65var originalTaskDllPath = Path.Combine(originalDirectory, TaskDllFileName); 70var newTaskDllPath = Path.Combine(temporaryDirectory, TaskDllFileName);