Variable BlockStatement.startLocation

Byte position of the opening brace

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