1 write to Id
dotnet-user-secrets (1)
CommandLineOptions.cs (1)
65
options.
Id
= optionId.Value();
4 references to Id
dotnet-user-secrets (4)
Internal\InitCommand.cs (2)
37
new InitCommand(Options.
Id
, Options.Project).Execute(context);
42
new InitCommand(Options.
Id
, Options.Project).Execute(context, workingDirectory);
Program.cs (2)
103
if (!string.IsNullOrEmpty(options.
Id
))
105
return options.
Id
;