1 write to ProjectPath
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
169ProjectPath = projectValue,
3 references to ProjectPath
dotnet-watch (3)
Program.cs (3)
185projectPath = options.ProjectPath ?? workingDirectory; 219if (options.ProjectPath != null) 232Debug.Assert(options.ProjectPath != null);