1 write to _testProjectsDir
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRouter_IntegrationTests.cs (1)
42
_testProjectsDir
= _env.CreateFolder().Path;
12 references to _testProjectsDir
Microsoft.Build.Engine.UnitTests (12)
BackEnd\TaskRouter_IntegrationTests.cs (12)
62
string projectFile = Path.Combine(
_testProjectsDir
, "NonEnlightenedTaskProject.proj");
107
string projectFile = Path.Combine(
_testProjectsDir
, "InterfaceTaskProject.proj");
152
string projectFile = Path.Combine(
_testProjectsDir
, "AttributeTaskProject.proj");
197
string projectFile = Path.Combine(
_testProjectsDir
, "NonEnlightenedTaskSingleThreaded.proj");
241
string projectFile = Path.Combine(
_testProjectsDir
, "InterfaceTaskSingleThreaded.proj");
295
string projectFile = Path.Combine(
_testProjectsDir
, "MixedTasksProject.proj");
353
string projectFile = Path.Combine(
_testProjectsDir
, "ExplicitTaskHostFactory.proj");
412
string projectFile = Path.Combine(
_testProjectsDir
, "RestoreTaskMT.proj");
451
string projectFile = Path.Combine(
_testProjectsDir
, "RestoreTaskServer.proj");
494
string projectFile = Path.Combine(
_testProjectsDir
, "RestoreTaskFreshProcess.proj");
546
string projectFile = Path.Combine(
_testProjectsDir
, "RestoreTaskFreshProcessServer.proj");
610
string projectFile = Path.Combine(
_testProjectsDir
, "RestoreTaskNoMT.proj");