Variable BlockStatement.endLocation

Byte position of the closing brace

class BlockStatement
{
  // ...
  ulong endLocation ;
  // ...
}