10 references to
MSBuild (10)
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 (6)
456
commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Help] ||
458
commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Version] ||
2534
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Help])
2555
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Version])
3825
bool noConsoleLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.NoConsoleLogger];
3826
bool distributedFileLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.DistributedFileLogger];