1 write to _tempDirectory
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
IntegrationTests.cs (1)
39_tempDirectory = Temp.CreateDirectory();
4 references to _tempDirectory
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (4)
IntegrationTests.cs (4)
408var result = RunCommandLineCompiler(_msbuildExecutable, arguments, _tempDirectory, SimpleMsBuildFiles); 410using (var resultFile = GetResultFile(_tempDirectory, @"bin\debug\helloproj.exe")) 607var result = RunCommandLineCompiler(_msbuildExecutable, arguments, _tempDirectory, ReportAnalyzerMsBuildFiles, 618var testDir = _tempDirectory.CreateDirectory(@"SLN;!@(goo)'^1");