4 references to ERR_NameofMethodGroupWithTypeParameters
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
2316diagnostics.Add(ErrorCode.ERR_NameofMethodGroupWithTypeParameters, argument.Location);
Errors\ErrorFacts.cs (1)
1710or ErrorCode.ERR_NameofMethodGroupWithTypeParameters
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NameOfTests.cs (2)
290Diagnostic(ErrorCode.ERR_NameofMethodGroupWithTypeParameters, "System.Linq.Enumerable.Select<int, int>").WithLocation(35, 20), 2826Diagnostic(ErrorCode.ERR_NameofMethodGroupWithTypeParameters, "IGoo.M<int>").WithLocation(3, 16));