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)
410
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Help] ||
412
commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Version] ||
2225
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.WaitForDebugger])
2287
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Help])
2308
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Version])
3504
bool noConsoleLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.NoConsoleLogger];
3505
bool distributedFileLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.DistributedFileLogger];