Skip to content

Invoking signature help on an inaccessible item can cause a crash. #4144

@brettfo

Description

@brettfo

Bug reported by an external customer.

Place the cursor at '$$' and type a left paren '(':

using System.Collections.Generic;

class A
{
    List<int> args = new List<int>();
}

class B : A
{
    void M()
    {
        args.Add$$
    }
}

Offending site: InvocationExpressionSignatureHelpProvider.GetMethodGroupItems()

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions