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