コード例 #1
0
 public bool TrySuggestNonOverflowingExpression <Variable>(ref ParametersSuggestNonOverflowingExpression <Variable> context)
 {
     return(false);
 }
コード例 #2
0
 public bool TrySuggestNonOverflowingExpression <Variable>(ref ParametersSuggestNonOverflowingExpression <Variable> context)
 {
     return(ProfileAndTrace("Non-overflowing expression", inner.TrySuggestNonOverflowingExpression(ref context), ref OverflowingExpressionFixes));
 }