4 references to DLLFileName
Microsoft.Build.Engine.UnitTests (4)
TypeLoader_Tests.cs (4)
91
string dllPath = Path.Combine(dir.Path,
DLLFileName
);
125
string originalDLLPath = Path.Combine(dir.Path,
DLLFileName
);
150
string originalDLLPath = Path.Combine(dir.Path,
DLLFileName
);
175
var newDllPath = Path.Combine(temporaryDirectory,
DLLFileName
);