public bool TrySuggestFixForMethodCallReturnValue <Variable, ArgList, Method>(ref ParametersFixMethodCallReturnValue <Variable, ArgList, Method> context) where ArgList : IIndexable <Variable>
 {
     return(false);
 }
 public bool TrySuggestFixForMethodCallReturnValue <Variable, ArgList, Method>(ref ParametersFixMethodCallReturnValue <Variable, ArgList, Method> context) where ArgList : IIndexable <Variable>
 {
     return(ProfileAndTrace("Method call return value", inner.TrySuggestFixForMethodCallReturnValue(ref context), ref ReturnValuesFixes));
 }