Skip to content

Commit cc6cc7e

Browse files
Update src/NHibernate/Linq/Visitors/NhPartialEvaluatingExpressionVisitor.cs
Co-Authored-By: Frédéric Delaporte <[email protected]>
1 parent aede488 commit cc6cc7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NHibernate/Linq/Visitors/NhPartialEvaluatingExpressionVisitor.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ evaluatedExpression is ConstantExpression variableConstant &&
120120
_preTransformationParameters.QueryVariables.Add(variableConstant, new QueryVariable(path, closureContext));
121121
}
122122

123+
#endregion
124+
123125
return evaluatedExpression;
124126
}
125127

0 commit comments

Comments
 (0)