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