Resharper 未识别未使用的接口成员

Resharper is not identifying not used members of an interface

当一个方法在接口中声明并在 class 中实现,但未在项目的任何地方调用时,Resharper 不会将其检测为未使用的成员。

我必须清理一个项目并删除这些成员,我该怎么做?

谢谢

谢谢,我已经激活了选项'Analyze errors in whole solution'。并且Resharper列出了所有未被引用的成员。

Resharper - turn off solution wide analysis