Skip to content

SA1101 in property pattern #3472

@JohanLarsson

Description

@JohanLarsson

image

internal object? P=> this.Value switch
{
    InvocationExpressionSyntax { Expression: LiteralExpressionSyntax { Token.ValueText: { } valueText } } =>null,
    _ => null,
};

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions