Code Inspection: Type is never used (private accessibility)
Last modified: 21 July 2022tip
Unused types might indicate dead code, which can occur for example, after changing the consumer code. ReSharper detects such unused types and suggests that you either remove or comment them to reduce code size and simplify its maintenance.