4 references to TaskDllFileName
Microsoft.Build.Engine.UnitTests (4)
TypeLoader_Dependencies_Tests.cs (4)
34
string dllPath = Path.Combine(dir.Path,
TaskDllFileName
);
49
var newTaskDllPath = Path.Combine(tempDir,
TaskDllFileName
);
66
var originalTaskDllPath = Path.Combine(originalDirectory,
TaskDllFileName
);
71
var newTaskDllPath = Path.Combine(temporaryDirectory,
TaskDllFileName
);