4 references to DLLFileName
Microsoft.Build.Engine.UnitTests (4)
TypeLoader_Tests.cs (4)
90
string dllPath = Path.Combine(dir.Path,
DLLFileName
);
124
string originalDLLPath = Path.Combine(dir.Path,
DLLFileName
);
149
string originalDLLPath = Path.Combine(dir.Path,
DLLFileName
);
174
var newDllPath = Path.Combine(temporaryDirectory,
DLLFileName
);