15 references to AppendWhenTrue
Microsoft.Build.Tasks.CodeAnalysis (15)
ManagedCompiler.cs (7)
845commandLine.AppendWhenTrue("/noconfig", _store, nameof(NoConfig));
899commandLine.AppendWhenTrue("/reportivts", _store, nameof(ReportIVTs));
907commandLine.AppendWhenTrue("/nologo", _store, nameof(NoLogo));
908commandLine.AppendWhenTrue("/nowin32manifest", _store, nameof(NoWin32Manifest));
913commandLine.AppendWhenTrue("/refonly", _store, nameof(RefOnly));
917commandLine.AppendWhenTrue("/reportanalyzer", _store, nameof(ReportAnalyzer));
922commandLine.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");