2 instantiations of ReferenceListCommand
dotnet (2)
Commands\Hidden\List\Reference\ListReferenceCommandParser.cs (1)
28
command.SetAction((parseResult) => new
ReferenceListCommand
(parseResult).Execute());
Commands\Reference\List\ReferenceListCommandParser.cs (1)
23
command.SetAction((parseResult) => new
ReferenceListCommand
(parseResult).Execute());