1 write to _env
Microsoft.Build.Engine.UnitTests (1)
BinaryLogger_Tests.cs (1)
81_env = TestEnvironment.Create(output);
11 references to _env
Microsoft.Build.Engine.UnitTests (11)
BinaryLogger_Tests.cs (11)
84_env.WithEnvironmentInvariant(); 86_logFile = _env.ExpectFile(".binlog").Path; 144fileToReplay = _env.ExpectFile(".binlog").Path; 225string replayedLogFile = _env.ExpectFile(".binlog").Path; 473TransientTestFolder testFolder = _env.DefaultTestDirectory.CreateDirectory("TestDir"); 474TransientTestFolder testFolder2 = _env.DefaultTestDirectory.CreateDirectory("TestDir2"); 563string logFilePath = Path.Combine(_env.DefaultTestDirectory.Path, "test.binlog"); 611var referenceProject = _env.CreateTestProjectWithFiles("reference.proj", @" 618var entryProject = _env.CreateTestProjectWithFiles("entry.proj", $@" 1039_env.SetEnvironmentVariable("MSBUILDTARGETOUTPUTLOGGING", "1"); 1089_env.Dispose();