1 write to _env
Microsoft.Build.Engine.UnitTests (1)
Graph\GraphLoadedFromSolution_tests.cs (1)
30
_env
= TestEnvironment.Create(output);
19 references to _env
Microsoft.Build.Engine.UnitTests (19)
Graph\GraphLoadedFromSolution_tests.cs (19)
40
files[i] =
_env
.CreateFile(files[i], string.Empty).Path;
68
var solutionFile =
_env
.CreateFile("solutionReference.sln", string.Empty).Path;
75
env:
_env
,
209
var graph = CreateProjectGraph(
_env
, edges);
230
{"1",
_env
.CreateFile("1.csproj", string.Empty).Path}
251
var solutionFile =
_env
.CreateFile("solution.sln", solutionContents).Path;
484
_env
,
500
var solutionFile =
_env
.CreateFile("solution.sln", solutionContents).Path;
589
_env
,
595
var graph = new ProjectGraph(
_env
.CreateFile("solution.sln", solutionContents).Path);
611
{"1", GraphTestingUtilities.CreateProjectFile(
_env
, 1, new[] {2}).Path},
612
{"2", GraphTestingUtilities.CreateProjectFile(
_env
, 2, extraContent: MultitargetingSpecificationPropertyGroup).Path},
613
{"3", GraphTestingUtilities.CreateProjectFile(
_env
, 3, new[] {4}, extraContent: MultitargetingSpecificationPropertyGroup).Path},
614
{"4", GraphTestingUtilities.CreateProjectFile(
_env
, 4).Path}
619
var graph = new ProjectGraph(
_env
.CreateFile("solution.sln", solutionContents).Path);
665
var graph = CreateProjectGraph(
_env
, edges);
672
var solutionPath =
_env
.CreateFile("TheSolution.sln", solutionContents).Path;
686
_env
.CreateProjectCollection().Collection);
727
_env
.Dispose();