8 references to AppendSwitchIfNotNull
Microsoft.Build.Tasks.CodeAnalysis (6)
CommandLineBuilderExtension.cs (1)
199AppendSwitchIfNotNull(switchName, splitAndTrimmed, delimiter);
Csc.cs (1)
202commandLine.AppendSwitchIfNotNull("/lib:", AdditionalLibPaths, ",");
Csi.cs (2)
36commandLine.AppendSwitchIfNotNull("/lib:", AdditionalLibPaths, ","); 37commandLine.AppendSwitchIfNotNull("/loadpaths:", AdditionalLoadPaths, ",");
ManagedCompiler.cs (1)
864commandLine.AppendSwitchIfNotNull("/addmodule:", AddModules, ",");
Vbc.cs (1)
388commandLine.AppendSwitchIfNotNull("/libpath:", this.AdditionalLibPaths, ",");
Microsoft.Build.Tasks.Core (1)
CommandLineBuilderExtension.cs (1)
193AppendSwitchIfNotNull(switchName, splitAndTrimmed, delimiter);
Microsoft.Build.Utilities.UnitTests (1)
CommandLineBuilder_Tests.cs (1)
198c.AppendSwitchIfNotNull("/switch:", new[] { "Mer cury.cs", "Ve nus.cs", "Ear th.cs" }, ",");