According MSDN, FxCop is an application that analyzes managed code assemblies (code that targets the .NET Framework common language runtime) and reports information about the assemblies, such as possible design, localization, performance, and security improvements.
Is there any predefined rules for FxCop, which can be used for discovering potential memory leak code?
UPDATE : Here is results of my investigation using ANTS Memory Profiler - link
It shows only unmanaged memory increased.. Maybe I'm using it not in a proper way. I will be glad for any suggestions