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