11 references to AppendSwitchUnquotedIfNotNull
Microsoft.Build.Tasks.CodeAnalysis (4)
CommandLineBuilderExtension.cs (3)
64
AppendSwitchUnquotedIfNotNull
(switchName, (value ? "+" : "-"));
85
AppendSwitchUnquotedIfNotNull
(switchName, (value ? choice1 : choice2));
114
AppendSwitchUnquotedIfNotNull
(switchName, alias + "=");
Vbc.cs (1)
493
commandLine.
AppendSwitchUnquotedIfNotNull
("/define:", Vbc.GetDefineConstantsSwitch(this.DefineConstants));
Microsoft.Build.Tasks.Core (4)
CommandLineBuilderExtension.cs (4)
71
AppendSwitchUnquotedIfNotNull
(switchName, value ? "+" : "-");
84
AppendSwitchUnquotedIfNotNull
(switchName, value.Value ? "+" : "-");
104
AppendSwitchUnquotedIfNotNull
(switchName, value ? choice1 : choice2);
131
AppendSwitchUnquotedIfNotNull
(switchName, alias + "=");
Microsoft.Build.Utilities.Core (1)
CommandLineBuilder.cs (1)
663
AppendSwitchUnquotedIfNotNull
(switchName, parameter.ItemSpec);
Microsoft.Build.Utilities.UnitTests (2)
CommandLineBuilder_Tests.cs (2)
97
c.
AppendSwitchUnquotedIfNotNull
("/animal:", "dog and pony");
355
c.
AppendSwitchUnquotedIfNotNull
("/D", @"A"" \""B");