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