1 write to FilePath
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
170
FilePath
= parseResult.GetValue(definition.FileOption),
3 references to FilePath
dotnet-watch (3)
Program.cs (3)
116
if (options.
FilePath
!= null)
120
project = new ProjectRepresentation(projectPath: null, entryPointFilePath: Path.GetFullPath(Path.Combine(workingDirectory, options.
FilePath
)));
124
logger.LogError(Resources.The_specified_path_0_is_invalid_1, options.
FilePath
, e.Message);