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)
405
commandLine.
AppendSwitchIfNotNull
("/imports:", this.Imports, ",");
596
commandLine.
AppendSwitchIfNotNull
("/link:", links.ToArray(), ",");
601
commandLine.
AppendSwitchIfNotNull
("/reference:", references.ToArray(), ",");