1 write to _env
Microsoft.Build.Engine.UnitTests (1)
Graph\ResultCacheBasedBuilds_Tests.cs (1)
33
_env
= TestEnvironment.Create(_output);
18 references to _env
Microsoft.Build.Engine.UnitTests (18)
Graph\ResultCacheBasedBuilds_Tests.cs (18)
40
_env
.Dispose();
55
var project = CreateProjectFileWithBuildTargetAndItems(
_env
, 1).Path;
56
var existingFile =
_env
.CreateFile(
82
var project = CreateProjectFileWithBuildTargetAndItems(
_env
, 1).Path;
127
var projectFile = CreateProjectFileWithBuildTargetAndItems(
_env
, 1, null, defaultTargets, explicitTargets).Path;
129
var outputCache =
_env
.DefaultTestDirectory.CreateFile("referenceCache").Path;
149
ProjectCollection =
_env
.CreateProjectCollection()
291
env:
_env
,
302
BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: true);
305
var collection =
_env
.CreateProjectCollection().Collection;
322
_env
,
338
env:
_env
,
348
BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: true);
376
env:
_env
,
386
BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: true);
391
var results = BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: false, assertBuildResults: false);
556
var project = CreateProjectFileWithBuildTargetAndItems(
_env
, 1).Path;
557
var existingFile =
_env
.CreateFile("FileExists", string.Empty).Path;