1 write to _env
Microsoft.Build.Engine.UnitTests (1)
Graph\GraphLoadedFromSolution_tests.cs (1)
29
_env
= TestEnvironment.Create(output);
19 references to _env
Microsoft.Build.Engine.UnitTests (19)
Graph\GraphLoadedFromSolution_tests.cs (19)
39
files[i] =
_env
.CreateFile(files[i], string.Empty).Path;
67
var solutionFile =
_env
.CreateFile("solutionReference.sln", string.Empty).Path;
74
env:
_env
,
208
var graph = CreateProjectGraph(
_env
, edges);
229
{"1",
_env
.CreateFile("1.csproj", string.Empty).Path}
250
var solutionFile =
_env
.CreateFile("solution.sln", solutionContents).Path;
483
_env
,
499
var solutionFile =
_env
.CreateFile("solution.sln", solutionContents).Path;
588
_env
,
594
var graph = new ProjectGraph(
_env
.CreateFile("solution.sln", solutionContents).Path);
610
{"1", GraphTestingUtilities.CreateProjectFile(
_env
, 1, new[] {2}).Path},
611
{"2", GraphTestingUtilities.CreateProjectFile(
_env
, 2, extraContent: MultitargetingSpecificationPropertyGroup).Path},
612
{"3", GraphTestingUtilities.CreateProjectFile(
_env
, 3, new[] {4}, extraContent: MultitargetingSpecificationPropertyGroup).Path},
613
{"4", GraphTestingUtilities.CreateProjectFile(
_env
, 4).Path}
618
var graph = new ProjectGraph(
_env
.CreateFile("solution.sln", solutionContents).Path);
664
var graph = CreateProjectGraph(
_env
, edges);
671
var solutionPath =
_env
.CreateFile("TheSolution.sln", solutionContents).Path;
685
_env
.CreateProjectCollection().Collection);
726
_env
.Dispose();