// This is technically not a constructor method, but it is meant to
 // be used to set up the object
 internal void resolveReferences(MetaDataLoader loader)
 {
     // Do not resolve the typeDef, as it may live in another file!
     // this.typeDef = loader.getTypeDef(this.typeDefId);
     this.implementation =
         loader.getImplementation(this.implementationIndex);
 }
 // 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.implementation =
         loader.getImplementation(this.implementationIndex);
 }