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