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