1 write to _tempDirectory
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\IntegrationTestBase.cs (1)
41_tempDirectory = Temp.CreateDirectory();
10 references to _tempDirectory
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (10)
IntegrationTests.cs (4)
317var result = RunCommandLineCompiler(_msbuildExecutable, arguments, _tempDirectory, SimpleMsBuildFiles); 319using (var resultFile = GetResultFile(_tempDirectory, @"bin\debug\helloproj.exe")) 518var result = RunCommandLineCompiler(_msbuildExecutable, arguments, _tempDirectory, ReportAnalyzerMsBuildFiles, 531var testDir = _tempDirectory.CreateDirectory(@"SLN;!@(goo)'^1");
TestUtilities\IntegrationTestBase.cs (6)
151_tempDirectory, 222_tempDirectory, 278_tempDirectory, 331_tempDirectory, 387_tempDirectory, 431_tempDirectory,