2 references to FitsInBucket
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (2)
312if (!FitsInBucket(first, second[second.Count - 1].Key, second.Count)) 329if (FitsInBucket(last, key.Key, 1))