11 references to
MSBuild (11)
CommandLine\CommandLineParser.cs (3)
118
if (!switchesNotFromAutoResponseFile
[
ParameterlessSwitch.NoAutoResponse])
527
if (!recursing && !commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.NoAutoResponse])
672
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] ||
2459
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.WaitForDebugger])
2522
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Help])
2543
if (commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.Version])
3794
bool noConsoleLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.NoConsoleLogger];
3795
bool distributedFileLogger = commandLineSwitches
[
CommandLineSwitches.ParameterlessSwitch.DistributedFileLogger];