Skip to content

Commit 1dc192d

Browse files
maca88hazzik
andauthored
Update src/NHibernate/Linq/Visitors/ExpressionParameterVisitor.cs
Co-authored-by: Alexander Zaytsev <alexzaytsev2019@gmail.com>
1 parent e9e093b commit 1dc192d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Linq/Visitors/ExpressionParameterVisitor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ExpressionParameterVisitor : RelinqExpressionVisitor
2525
private readonly ISessionFactoryImplementor _sessionFactory;
2626
private readonly ILinqToHqlGeneratorsRegistry _functionRegistry;
2727

28-
private static readonly ISet<MethodBase> PagingMethods = new HashSet<MethodBase>
28+
private static readonly HashSet<MethodBase> PagingMethods = new HashSet<MethodBase>
2929
{
3030
ReflectionCache.EnumerableMethods.SkipDefinition,
3131
ReflectionCache.EnumerableMethods.TakeDefinition,

0 commit comments

Comments
 (0)