Skip to content

Convert Lambda to Method Group whenever it's possible #49

@ElemarJR

Description

@ElemarJR

Replaces

input.Where(item => Test(item));

with

input.Where(Test);

Being worked on by @sqdavid
This is a Hidden dianostic.
Category is Style.
Diagnostid id is CC0020

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions