Variable StructBody.startLocation

Byte position of the opening brace

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