Variable UnaryExpression.dotLocation

class UnaryExpression
{
  // ...
  ulong dotLocation ;
  // ...
}