Is there a tool that can scan your code and determine which objects that implement IDisposable are not being disposed in a code base at compile time or runtime?
I have possible areas in the code that are not disposing objects but it's hard to look back and see which objects require this in the first place.