Skip to content

Use nameof() in BoundParameters.ContainsKey()  #6548

@iSazonov

Description

@iSazonov

We should replace code like BoundParameters.ContainsKey("Delimiter") with BoundParameters.ContainsKey(nameof(Delimiter)).

Old pattern come from old C# (<6.0) without nameof().

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-Code Cleanupthe issue is for cleaning up the code with no impact on functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions