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()
Bug reported by an external customer.
Place the cursor at '$$' and type a left paren '(':
Offending site: InvocationExpressionSignatureHelpProvider.GetMethodGroupItems()