1 write to Key
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (1)
266
Key
= key;
11 references to Key
System.Linq.Expressions (11)
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (11)
295
Debug.Assert(key > buckets[buckets.Count - 1].
Key
);
296
decimal jumpTableSlots = key - buckets[0].
Key
+ 1;
312
if (!FitsInBucket(first, second[second.Count - 1].
Key
, second.Count))
329
if (FitsInBucket(last, key.
Key
, 1))
419
keys.Sort((x, y) => Math.Sign(x.
Key
- y.
Key
));
595
decimal key = bucket[0].
Key
;
608
int len = (int)(bucket[bucket.Count - 1].
Key
- bucket[0].
Key
+ 1);
615
while (key++ != label.
Key
)
623
Debug.Assert(key == bucket[bucket.Count - 1].
Key
+ 1);