7 references to AppendSwitchIfNotNull
Microsoft.Build.Tasks.CodeAnalysis (2)
src\roslyn\src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (2)
899commandLine.AppendSwitchIfNotNull("/out:", OutputAssembly); 900commandLine.AppendSwitchIfNotNull("/refout:", OutputRefAssembly);
Microsoft.Build.Tasks.Core (2)
GenerateResource.cs (1)
639resGenCommand.AppendSwitchIfNotNull("/r:", reference);
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
118commandLine.AppendSwitchIfNotNull("/out:", OutputAssembly);
Microsoft.TestPlatform.Build (3)
Tasks\TestTaskUtils.cs (3)
58builder.AppendSwitchIfNotNull("--testAdapterPath:", arg); 86builder.AppendSwitchIfNotNull("--resultsDirectory:", task.VSTestResultsDirectory); 206builder.AppendSwitchIfNotNull("--testAdapterPath:", task.VSTestTraceDataCollectorDirectoryPath);