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 33d8856 commit 1e63f27Copy full SHA for 1e63f27
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