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