1 instantiation of ToolListLocalCommand
dotnet (1)
Commands\Tool\List\ToolListCommand.cs (1)
15
private readonly ToolListLocalCommand _toolListLocalCommand = toolListLocalCommand ??
new
(result);
2 references to ToolListLocalCommand
dotnet (2)
Commands\Tool\List\ToolListCommand.cs (2)
11
ToolListLocalCommand
? toolListLocalCommand = null)
15
private readonly
ToolListLocalCommand
_toolListLocalCommand = toolListLocalCommand ?? new(result);