Symfony2 - 哪里可以找到服务构造函数可能的参数列表?

Where can I find full list of possible service constructor arguments like: @request, @service_container, etc?

Listing available services

$ app/console container:debug

Information about a specific service

$ app/console container:debug request