1 write to _env
Microsoft.Build.Engine.UnitTests (1)
Graph\ResultCacheBasedBuilds_Tests.cs (1)
31
_env
= TestEnvironment.Create(_output);
18 references to _env
Microsoft.Build.Engine.UnitTests (18)
Graph\ResultCacheBasedBuilds_Tests.cs (18)
38
_env
.Dispose();
53
var project = CreateProjectFileWithBuildTargetAndItems(
_env
, 1).Path;
54
var existingFile =
_env
.CreateFile(
80
var project = CreateProjectFileWithBuildTargetAndItems(
_env
, 1).Path;
125
var projectFile = CreateProjectFileWithBuildTargetAndItems(
_env
, 1, null, defaultTargets, explicitTargets).Path;
127
var outputCache =
_env
.DefaultTestDirectory.CreateFile("referenceCache").Path;
147
ProjectCollection =
_env
.CreateProjectCollection()
289
env:
_env
,
300
BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: true);
303
var collection =
_env
.CreateProjectCollection().Collection;
320
_env
,
336
env:
_env
,
346
BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: true);
374
env:
_env
,
384
BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: true);
389
var results = BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: false, assertBuildResults: false);
554
var project = CreateProjectFileWithBuildTargetAndItems(
_env
, 1).Path;
555
var existingFile =
_env
.CreateFile("FileExists", string.Empty).Path;