We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e093b commit 1dc192dCopy full SHA for 1dc192d
src/NHibernate/Linq/Visitors/ExpressionParameterVisitor.cs
@@ -25,7 +25,7 @@ public class ExpressionParameterVisitor : RelinqExpressionVisitor
25
private readonly ISessionFactoryImplementor _sessionFactory;
26
private readonly ILinqToHqlGeneratorsRegistry _functionRegistry;
27
28
- private static readonly ISet<MethodBase> PagingMethods = new HashSet<MethodBase>
+ private static readonly HashSet<MethodBase> PagingMethods = new HashSet<MethodBase>
29
{
30
ReflectionCache.EnumerableMethods.SkipDefinition,
31
ReflectionCache.EnumerableMethods.TakeDefinition,
0 commit comments