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