public BadTypeReference(BadType definition, bool isNullable) : base(definition, isNullable) { this.errors = definition.Errors; }