1 instantiation of CommandLineSwitchesAccessor
MSBuild (1)
CommandLine\CommandLineParser.cs (1)
82return new CommandLineSwitchesAccessor(result);
3 references to CommandLineSwitchesAccessor
MSBuild (3)
CommandLine\CommandLineParser.cs (3)
50/// Parses the provided command-line arguments into a <see cref="CommandLineSwitchesAccessor"/>. 56/// A <see cref="CommandLineSwitchesAccessor"/> containing the effective set of switches after combining 63public CommandLineSwitchesAccessor Parse(IEnumerable<string> commandLineArgs)