2 references to IndexOf
dotnet-watch (2)
CommandLine\CommandLineOptions.cs (2)
263var dashDashIndex = IndexOf(parseResult.Tokens, t => t.Value == "--"); 321var dashDashIndex = IndexOf(parseResult.Tokens, t => t.Value == "--");