14 references to AppendWhenTrue
Microsoft.Build.Tasks.CodeAnalysis (14)
ManagedCompiler.cs (6)
854commandLine.AppendWhenTrue("/noconfig", _store, nameof(NoConfig));
914commandLine.AppendWhenTrue("/nologo", _store, nameof(NoLogo));
915commandLine.AppendWhenTrue("/nowin32manifest", _store, nameof(NoWin32Manifest));
920commandLine.AppendWhenTrue("/refonly", _store, nameof(RefOnly));
924commandLine.AppendWhenTrue("/reportanalyzer", _store, nameof(ReportAnalyzer));
929commandLine.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");