1 write to Key
System.Core (1)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
234
Key
= key;
11 references to Key
System.Core (11)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (11)
260
Debug.Assert(key > buckets[buckets.Count - 1].
Key
);
261
decimal jumpTableSlots = key - buckets[0].
Key
+ 1;
274
if (!FitsInBucket(first, second[second.Count - 1].
Key
, second.Count)) {
288
if (FitsInBucket(last, key.
Key
, 1)) {
370
keys.Sort((x, y) => Math.Sign(x.
Key
- y.
Key
));
521
decimal key = bucket[0].
Key
;
532
int len = (int)(bucket[bucket.Count - 1].
Key
- bucket[0].
Key
+ 1);
538
while (key++ != label.
Key
) {
545
Debug.Assert(key == bucket[bucket.Count - 1].
Key
+ 1);