1 write to _env
Microsoft.Build.Engine.UnitTests (1)
BinaryLogger_Tests.cs (1)
81_env = TestEnvironment.Create(output);
10 references to _env
Microsoft.Build.Engine.UnitTests (10)
BinaryLogger_Tests.cs (10)
84_env.WithEnvironmentInvariant(); 86_logFile = _env.ExpectFile(".binlog").Path; 133fileToReplay = _env.ExpectFile(".binlog").Path; 214string replayedLogFile = _env.ExpectFile(".binlog").Path; 462TransientTestFolder testFolder = _env.DefaultTestDirectory.CreateDirectory("TestDir"); 463TransientTestFolder testFolder2 = _env.DefaultTestDirectory.CreateDirectory("TestDir2"); 552string logFilePath = Path.Combine(_env.DefaultTestDirectory.Path, "test.binlog"); 600var referenceProject = _env.CreateTestProjectWithFiles("reference.proj", @" 607var entryProject = _env.CreateTestProjectWithFiles("entry.proj", $@" 962_env.Dispose();