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