Variable KeyValuePair.key

class KeyValuePair
{
  // ...
  ExpressionNode key;
  // ...
}