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