5 references to GetLengthOfSwitchIndicator
Microsoft.Build.CommandLine.UnitTests (4)
XMake_Tests.cs (4)
504MSBuildApp.GetLengthOfSwitchIndicator(commandLineSwitchWithSlash).ShouldBe(1); 505MSBuildApp.GetLengthOfSwitchIndicator(commandLineSwitchWithSingleDash).ShouldBe(1); 506MSBuildApp.GetLengthOfSwitchIndicator(commandLineSwitchWithDoubleDash).ShouldBe(2); 508MSBuildApp.GetLengthOfSwitchIndicator(commandLineSwitchWithNoneOrIncorrectIndicator).ShouldBe(0);
MSBuild (1)
XMake.cs (1)
2026int switchIndicatorsLength = GetLengthOfSwitchIndicator(unquotedCommandLineArg);