2 references to ListReferenceCommandParser
dotnet (2)
Commands\Hidden\List\ListCommandParser.cs (1)
42
command.Subcommands.Add(
ListReferenceCommandParser
.GetCommand());
Parser.cs (1)
399
if (command.Name.Equals(
ListReferenceCommandParser
.GetCommand().Name))