11 references to
MSBuild (11)
CommandLine\CommandLineParser.cs (3)
118
if (!switchesNotFromAutoResponseFile
[
ParameterlessSwitch.NoAutoResponse])
527
if (!recursing && !commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.NoAutoResponse])
669
if (switchesFromAutoResponseFile
[
CommandLineSwitches.ParameterlessSwitch.NoAutoResponse])
CommandLine\CommandLineSwitchesAccessor.cs (1)
159
private bool? GetParameterlessSwitchValue(ParameterlessSwitch switchType) => switches.IsParameterlessSwitchSet(switchType) ? switches
[
switchType] : null;
XMake.cs (7)
447
commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Help] ||
449
commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Version] ||
2432
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.WaitForDebugger])
2494
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Help])
2515
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Version])
3716
bool noConsoleLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.NoConsoleLogger];
3717
bool distributedFileLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.DistributedFileLogger];