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