1 write to _env
Microsoft.Build.Engine.UnitTests (1)
Graph\ResultCacheBasedBuilds_Tests.cs (1)
32
_env
= TestEnvironment.Create(_output);
18 references to _env
Microsoft.Build.Engine.UnitTests (18)
Graph\ResultCacheBasedBuilds_Tests.cs (18)
39
_env
.Dispose();
54
var project = CreateProjectFileWithBuildTargetAndItems(
_env
, 1).Path;
55
var existingFile =
_env
.CreateFile(
81
var project = CreateProjectFileWithBuildTargetAndItems(
_env
, 1).Path;
126
var projectFile = CreateProjectFileWithBuildTargetAndItems(
_env
, 1, null, defaultTargets, explicitTargets).Path;
128
var outputCache =
_env
.DefaultTestDirectory.CreateFile("referenceCache").Path;
148
ProjectCollection =
_env
.CreateProjectCollection()
290
env:
_env
,
301
BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: true);
304
var collection =
_env
.CreateProjectCollection().Collection;
321
_env
,
337
env:
_env
,
347
BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: true);
375
env:
_env
,
385
BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: true);
390
var results = BuildUsingCaches(
_env
, topoSortedNodes, expectedOutput, outputCaches, generateCacheFiles: false, assertBuildResults: false);
555
var project = CreateProjectFileWithBuildTargetAndItems(
_env
, 1).Path;
556
var existingFile =
_env
.CreateFile("FileExists", string.Empty).Path;