// 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.resolutionScope =
         loader.getResolutionScope(this.resolutionScopeIndex);
 }