18 references to AppendWhenTrue
Microsoft.Build.Tasks.Core (18)
Al.cs (1)
343commandLine.AppendWhenTrue("/fullpaths", Bag, "GenerateFullPaths");
AxImp.cs (4)
131commandLine.AppendWhenTrue("/nologo", Bag, "NoLogo"); 134commandLine.AppendWhenTrue("/silent", Bag, "Silent"); 135commandLine.AppendWhenTrue("/source", Bag, "GenerateSource"); 136commandLine.AppendWhenTrue("/verbose", Bag, "Verbose");
AxTlbBaseTask.cs (1)
151commandLine.AppendWhenTrue("/delaysign", Bag, "DelaySign");
LC.cs (1)
163commandLine.AppendWhenTrue("/nologo", Bag, "NoLogo");
ResGen.cs (2)
553resGenArguments.AppendWhenTrue(useSourcePathSwitch, Bag, "UseSourcePath"); 554resGenArguments.AppendWhenTrue(publicClassSwitch, Bag, "PublicClass");
SGen.cs (2)
374commandLineBuilder.AppendWhenTrue("/proxytypes", Bag, "UseProxyTypes"); 377commandLineBuilder.AppendWhenTrue("/keep", Bag, "UseKeep");
TlbImp.cs (5)
245commandLine.AppendWhenTrue("/noclassmembers", Bag, "PreventClassMembers"); 246commandLine.AppendWhenTrue("/nologo", Bag, "NoLogo"); 248commandLine.AppendWhenTrue("/silent", Bag, "Silent"); 249commandLine.AppendWhenTrue("/sysarray", Bag, "SafeArrayAsSystemArray"); 251commandLine.AppendWhenTrue("/verbose", Bag, "Verbose");
WinMDExp.cs (2)
222commandLine.AppendWhenTrue("/warnaserror+", Bag, "TreatWarningsAsErrors"); 223commandLine.AppendWhenTrue("/utf8output", Bag, "UTF8Output");