Replaces ``` csharp input.Where(item => Test(item)); ``` with ``` csharp input.Where(Test); ``` Being worked on by @sqdavid This is a `Hidden` dianostic. Category is `Style`. Diagnostid id is `CC0020`
Replaces
with
Being worked on by @sqdavid
This is a
Hiddendianostic.Category is
Style.Diagnostid id is
CC0020