1 write to Project
dotnet-user-secrets (1)
CommandLineOptions.cs (1)
72options.Project = optionProject.Value();
4 references to Project
dotnet-user-secrets (4)
CommandLineOptions.cs (1)
75if (options.File != null && options.Project != null)
Internal\InitCommand.cs (2)
42new InitCommand(Options.Id, Options.Project).Execute(context); 47new InitCommand(Options.Id, Options.Project).Execute(context, workingDirectory);
Program.cs (1)
109return resolver.Resolve(options.Project ?? options.File, options.Configuration);