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