1 write to _testProjectsDir
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRouter_IntegrationTests.cs (1)
40
_testProjectsDir
= _env.CreateFolder().Path;
7 references to _testProjectsDir
Microsoft.Build.Engine.UnitTests (7)
BackEnd\TaskRouter_IntegrationTests.cs (7)
60
string projectFile = Path.Combine(
_testProjectsDir
, "NonEnlightenedTaskProject.proj");
105
string projectFile = Path.Combine(
_testProjectsDir
, "InterfaceTaskProject.proj");
150
string projectFile = Path.Combine(
_testProjectsDir
, "AttributeTaskProject.proj");
195
string projectFile = Path.Combine(
_testProjectsDir
, "NonEnlightenedTaskSingleThreaded.proj");
239
string projectFile = Path.Combine(
_testProjectsDir
, "InterfaceTaskSingleThreaded.proj");
293
string projectFile = Path.Combine(
_testProjectsDir
, "MixedTasksProject.proj");
351
string projectFile = Path.Combine(
_testProjectsDir
, "ExplicitTaskHostFactory.proj");