TypeName | RemoveWhereWhenItIsPossibleAnalyzer |
Check Id | CC0011 |
Category | Performance |
Severity | Warning |
When a linq operator support a predicate parameter it should be used instead of using ‘Where’ followed by the operator
A code fix will be presented to you that will transform the code:
None
TBD