ReSharper 2021.1 Help

Code Inspection: Method invocation is skipped

While coding, you may encounter warnings regarding methods whose invocations will not be generated by the compiler. Why would that be? Typical cases are conditional methods that will not be compiled (for example, it’s marked with [Conditional("DEBUG")] and you are in the RELEASE mode). Another reason why a method may be skipped is that, at some point, its body has been declared as partial and the implementation was not provided.

Last modified: 08 March 2021