15 references to AppendWhenTrue
Microsoft.Build.Tasks.CodeAnalysis (15)
Csc.cs (3)
206commandLine.AppendWhenTrue("/fullpaths", _store, nameof(GenerateFullPaths)); 219commandLine.AppendWhenTrue("/errorendlocation", _store, nameof(ErrorEndLocation)); 223commandLine.AppendWhenTrue("/nosdkpath", _store, nameof(DisableSdkPath));
ManagedCompiler.cs (7)
824commandLine.AppendWhenTrue("/noconfig", _store, nameof(NoConfig)); 878commandLine.AppendWhenTrue("/reportivts", _store, nameof(ReportIVTs)); 886commandLine.AppendWhenTrue("/nologo", _store, nameof(NoLogo)); 887commandLine.AppendWhenTrue("/nowin32manifest", _store, nameof(NoWin32Manifest)); 892commandLine.AppendWhenTrue("/refonly", _store, nameof(RefOnly)); 896commandLine.AppendWhenTrue("/reportanalyzer", _store, nameof(ReportAnalyzer)); 901commandLine.AppendWhenTrue("/utf8output", _store, nameof(Utf8Output));
Vbc.cs (5)
430commandLine.AppendWhenTrue("/nowarn", this._store, "NoWarnings"); 432commandLine.AppendWhenTrue("/nosdkpath", _store, nameof(DisableSdkPath)); 434commandLine.AppendWhenTrue("/nostdlib", this._store, "NoStandardLib"); 435commandLine.AppendWhenTrue("/novbruntimeref", this._store, "NoVBRuntimeReference"); 442commandLine.AppendWhenTrue("/netcf", this._store, "TargetCompactFramework");