2 references to GetLengthOfSwitchIndicator
MSBuild (2)
CommandLine\CommandLineParser.cs (2)
205ReadOnlySpan<char> switchPart = arg.AsSpan(GetLengthOfSwitchIndicator(arg)); 260int switchIndicatorsLength = GetLengthOfSwitchIndicator(unquotedCommandLineArg);