TypeName | ConvertLambdaExpressionToMethodGroupAnalyzer |
Check Id | CC0020 |
Category | Style |
Severity | Hidden |
The extra unnecessary layer of indirection induced by the lambda expression may be avoided by passing the method group instead.
A code fix will be presented to you that will transform the code:
None
TBD