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