16 references to AppendPlusOrMinusSwitch
Microsoft.Build.Tasks.CodeAnalysis (16)
ManagedCompiler.cs (7)
873commandLine.AppendPlusOrMinusSwitch("/debug", _store, nameof(EmitDebugInformation));
876commandLine.AppendPlusOrMinusSwitch("/delaysign", _store, nameof(DelaySign));
888commandLine.AppendPlusOrMinusSwitch("/optimize", _store, nameof(Optimize));
900commandLine.AppendPlusOrMinusSwitch("/warnaserror", _store, nameof(TreatWarningsAsErrors));
915commandLine.AppendPlusOrMinusSwitch("/deterministic", _store, nameof(Deterministic));
916commandLine.AppendPlusOrMinusSwitch("/publicsign", _store, nameof(PublicSign));
922commandLine.AppendPlusOrMinusSwitch("/skipanalyzers", _store, nameof(SkipAnalyzers));
Vbc.cs (5)
394commandLine.AppendPlusOrMinusSwitch("/doc", this._store, "GenerateDocumentation");
396commandLine.AppendPlusOrMinusSwitch("/optionexplicit", this._store, "OptionExplicit");
433commandLine.AppendPlusOrMinusSwitch("/optioninfer", this._store, "OptionInfer");
438commandLine.AppendPlusOrMinusSwitch("/removeintchecks", this._store, "RemoveIntegerChecks");
444commandLine.AppendPlusOrMinusSwitch("/highentropyva", this._store, "HighEntropyVA");