SolveInstance does not get called

Hi, I am developing a component accepting list of geometry
pManager.AddGeometryParameter("Geometry", "G", "Geometry", GH_ParamAccess.list);

Problem is, that if upstream component doesn’t output anything, SolveInstance function does not get called at all. Is there a way how to detect such event?