Code inspection: Type is never used (private accessibility)Last modified: 11 February 2024 Category: Redundancies in Symbol Declarations ID: UnusedType.Local EditorConfig: resharper_unused_type_local_highlighting=[error|warning|suggestion|hint|none] Default severity: Warning Language: C#, VB.NET Requires SWA: NotipYou can suppress this inspection to ignore specific issues, change its severity level to make the issues less or more noticeable, or disable it altogether.Unused types might indicate dead code, which can occur for example, after changing the consumer code. JetBrains Rider detects such unused types and suggests that you either remove or comment them to reduce code size and simplify its maintenance.