Variable EnumBody.startLocation

Byte position of the opening brace

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