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