11 references to
MSBuild (11)
CommandLine\CommandLineParser.cs (3)
118
if (!switchesNotFromAutoResponseFile
[
ParameterlessSwitch.NoAutoResponse])
532
if (!recursing && !commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.NoAutoResponse])
677
if (switchesFromAutoResponseFile
[
CommandLineSwitches.ParameterlessSwitch.NoAutoResponse])
CommandLine\CommandLineSwitchesAccessor.cs (1)
159
private bool? GetParameterlessSwitchValue(ParameterlessSwitch switchType) => switches.IsParameterlessSwitchSet(switchType) ? switches
[
switchType] : null;
XMake.cs (7)
456
commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Help] ||
458
commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Version] ||
2460
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.WaitForDebugger])
2523
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Help])
2544
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Version])
3814
bool noConsoleLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.NoConsoleLogger];
3815
bool distributedFileLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.DistributedFileLogger];