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