2 references to CreateOrThrow
dotnet (2)
CommandFactory\CommandFactoryUsingResolver.cs (1)
77return CreateOrThrow(commandName, commandSpec);
Program.cs (1)
270var resolvedCommand = CommandFactoryUsingResolver.CreateOrThrow(commandName, resolvedCommandSpec);