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