There are some classes such as DataTable who already called SuppressFinalize in its constructor and so there is no point to call dispose/use using on it. (because dispose is for releasing earlier but there is nothing to release)
So, I want to know a list of such classes or a way to find a list of such classes by reflection?