1 write to List
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
175List = parseResult.GetValue(listOption),
2 references to List
dotnet-watch (1)
Program.cs (1)
186if (options.List)
dotnet-watch.Tests (1)
CommandLine\CommandLineOptionsTests.cs (1)
372"--list" => options.List,