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