5 references to GetLengthOfSwitchIndicator
Microsoft.Build.CommandLine.UnitTests (4)
XMake_Tests.cs (4)
556CommandLineParser.GetLengthOfSwitchIndicator(commandLineSwitchWithSlash).ShouldBe(1); 557CommandLineParser.GetLengthOfSwitchIndicator(commandLineSwitchWithSingleDash).ShouldBe(1); 558CommandLineParser.GetLengthOfSwitchIndicator(commandLineSwitchWithDoubleDash).ShouldBe(2); 560CommandLineParser.GetLengthOfSwitchIndicator(commandLineSwitchWithNoneOrIncorrectIndicator).ShouldBe(0);
MSBuild (1)
CommandLine\CommandLineParser.cs (1)
159int switchIndicatorsLength = GetLengthOfSwitchIndicator(unquotedCommandLineArg);