1 write to _env
Microsoft.Build.Engine.UnitTests (1)
Graph\GraphLoadedFromSolution_tests.cs (1)
31
_env
= TestEnvironment.Create(output);
19 references to _env
Microsoft.Build.Engine.UnitTests (19)
Graph\GraphLoadedFromSolution_tests.cs (19)
41
files[i] =
_env
.CreateFile(files[i], string.Empty).Path;
69
var solutionFile =
_env
.CreateFile("solutionReference.sln", string.Empty).Path;
76
env:
_env
,
210
var graph = CreateProjectGraph(
_env
, edges);
231
{"1",
_env
.CreateFile("1.csproj", string.Empty).Path}
252
var solutionFile =
_env
.CreateFile("solution.sln", solutionContents).Path;
485
_env
,
501
var solutionFile =
_env
.CreateFile("solution.sln", solutionContents).Path;
590
_env
,
596
var graph = new ProjectGraph(
_env
.CreateFile("solution.sln", solutionContents).Path);
612
{"1", GraphTestingUtilities.CreateProjectFile(
_env
, 1, new[] {2}).Path},
613
{"2", GraphTestingUtilities.CreateProjectFile(
_env
, 2, extraContent: MultitargetingSpecificationPropertyGroup).Path},
614
{"3", GraphTestingUtilities.CreateProjectFile(
_env
, 3, new[] {4}, extraContent: MultitargetingSpecificationPropertyGroup).Path},
615
{"4", GraphTestingUtilities.CreateProjectFile(
_env
, 4).Path}
620
var graph = new ProjectGraph(
_env
.CreateFile("solution.sln", solutionContents).Path);
666
var graph = CreateProjectGraph(
_env
, edges);
673
var solutionPath =
_env
.CreateFile("TheSolution.sln", solutionContents).Path;
687
_env
.CreateProjectCollection().Collection);
728
_env
.Dispose();