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)
365
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Help] ||
367
commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Version] ||
2077
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.WaitForDebugger])
2139
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Help])
2160
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Version])
3354
bool noConsoleLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.NoConsoleLogger];
3355
bool distributedFileLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.DistributedFileLogger];