// This is technically not a constructor method, but it is meant to
 // be used to set up the object
 internal void resolveReferences(MetaDataLoader loader)
 {
     this.parent = loader.getHasDeclSecurity(this.parentIndex);
 }