ReSharper 2018.1 Help

Code Inspection: Virtual(overridable) member is never overridden (non-private accessibility)

This is a solution-wide code inspection. It only works when the solution-wide analysis is enabled.

This inspection detects methods and properties with the virtual modifier in situations when the containing class has inheritors but the virtual members have no overrides in any of them. To improve code readability, ReSharper suggests making such members non-virtual.

Last modified: 20 August 2018