public virtual void ReserveMemberName(ITypeDefinition type, string name, bool isStatic)
 {
     _prev.ReserveMemberName(type, name, isStatic);
 }