1 write to _testProjectsDir
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRouter_IntegrationTests.cs (1)
39
_testProjectsDir
= _env.CreateFolder().Path;
7 references to _testProjectsDir
Microsoft.Build.Engine.UnitTests (7)
BackEnd\TaskRouter_IntegrationTests.cs (7)
59
string projectFile = Path.Combine(
_testProjectsDir
, "NonEnlightenedTaskProject.proj");
104
string projectFile = Path.Combine(
_testProjectsDir
, "InterfaceTaskProject.proj");
149
string projectFile = Path.Combine(
_testProjectsDir
, "AttributeTaskProject.proj");
194
string projectFile = Path.Combine(
_testProjectsDir
, "NonEnlightenedTaskSingleThreaded.proj");
238
string projectFile = Path.Combine(
_testProjectsDir
, "InterfaceTaskSingleThreaded.proj");
292
string projectFile = Path.Combine(
_testProjectsDir
, "MixedTasksProject.proj");
350
string projectFile = Path.Combine(
_testProjectsDir
, "ExplicitTaskHostFactory.proj");