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