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