5 references to AppendSwitchIfNotNull
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedCompiler.cs (2)
890commandLine.AppendSwitchIfNotNull("/out:", OutputAssembly); 891commandLine.AppendSwitchIfNotNull("/refout:", OutputRefAssembly);
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
111commandLine.AppendSwitchIfNotNull("/out:", OutputAssembly);
Microsoft.Build.Utilities.UnitTests (2)
CommandLineBuilder_Tests.cs (2)
84c.AppendSwitchIfNotNull("/animal:", new TaskItem("dog and pony")); 411c.AppendSwitchIfNotNull("/D", new TaskItem(@"foo-bar"));