[X] I have verified that I am running the latest version of DisposableFixer: 0.29
[X] I have searched open and closed issues to ensure it has not already been reported
Description
Since Process implements IDisposable, the method System.Diagnostics.Process.GetCurrentProcess() is marked as not disposed. But you I can't imaging where it is recommended to dispose the currently running process. So this method call should be ignored during analysis
Prerequisites
Description
Since Process implements IDisposable, the method System.Diagnostics.Process.GetCurrentProcess() is marked as not disposed. But you I can't imaging where it is recommended to dispose the currently running process. So this method call should be ignored during analysis
Source Code
Screenshot
none