4 references to AppendSwitchIfNotNull
Microsoft.Build.Tasks.CodeAnalysis (4)
src\roslyn\src\Compilers\Core\MSBuildTask\Csi.cs (1)
38commandLine.AppendSwitchIfNotNull("/imports:", Imports, ";");
src\roslyn\src\Compilers\Core\MSBuildTask\Vbc.cs (3)
405commandLine.AppendSwitchIfNotNull("/imports:", this.Imports, ","); 596commandLine.AppendSwitchIfNotNull("/link:", links.ToArray(), ","); 601commandLine.AppendSwitchIfNotNull("/reference:", references.ToArray(), ",");