ReSharper 2018.1 Help

Code Inspection: Type or member is never used (private accessibility)

Unused types or members might indicate dead code, which can occur, for example, after changing your codebase. ReSharper detects methods that are not called and types that are not used.

To reduce code size and simplify its maintenance, ReSharper suggests you to either remove or comment out the unused type or member.

Last modified: 20 August 2018

See Also