2 instantiations of CommandContext
dotnet-user-secrets (2)
Program.cs (2)
77
initCmd.Execute(new
CommandContext
(null, reporter, _console), _workingDirectory);
89
var context = new Internal.
CommandContext
(store, reporter, _console);
12 references to CommandContext
dotnet-user-secrets (12)
Internal\ClearCommand.cs (1)
21
public void Execute(
CommandContext
context)
Internal\ICommand.cs (1)
12
void Execute(
CommandContext
context);
Internal\InitCommand.cs (4)
40
public void Execute(
CommandContext
context)
45
public void Execute(
CommandContext
context, string workingDirectory)
67
public void Execute(
CommandContext
context, string workingDirectory)
73
public void Execute(
CommandContext
context)
Internal\ListCommand.cs (2)
32
public void Execute(
CommandContext
context)
53
private static void ReportJson(
CommandContext
context)
Internal\RemoveCommand.cs (1)
34
public void Execute(
CommandContext
context)
Internal\SetCommand.cs (2)
61
public void Execute(
CommandContext
context)
98
public void Execute(
CommandContext
context)
Program.cs (1)
89
var
context = new Internal.CommandContext(store, reporter, _console);