45 references to ERR_MethodNameExpected
Microsoft.CodeAnalysis.CSharp (5)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (29)
Semantics\SemanticErrorTests.cs (23)
14326Diagnostic(ErrorCode.ERR_MethodNameExpected, "del").WithLocation(10, 44),
14329Diagnostic(ErrorCode.ERR_MethodNameExpected, "del").WithLocation(11, 44));
23119Diagnostic(ErrorCode.ERR_MethodNameExpected, "2 + 2").WithLocation(28, 25),
23125Diagnostic(ErrorCode.ERR_MethodNameExpected, "2, 3").WithLocation(30, 25),
23128Diagnostic(ErrorCode.ERR_MethodNameExpected, "3").WithLocation(31, 28),
23195Diagnostic(ErrorCode.ERR_MethodNameExpected, "Bar").WithLocation(13, 47),
23198Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz").WithLocation(14, 47),
23201Diagnostic(ErrorCode.ERR_MethodNameExpected, "k").WithLocation(15, 47),
23260Diagnostic(ErrorCode.ERR_MethodNameExpected, "Bar").WithLocation(13, 48),
23263Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz").WithLocation(14, 48),
23266Diagnostic(ErrorCode.ERR_MethodNameExpected, "k").WithLocation(15, 48),
23274Diagnostic(ErrorCode.ERR_MethodNameExpected, "Bar").WithLocation(13, 48),
23277Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz").WithLocation(14, 48),
23280Diagnostic(ErrorCode.ERR_MethodNameExpected, "k").WithLocation(15, 48),
23286Diagnostic(ErrorCode.ERR_MethodNameExpected, "Bar").WithLocation(18, 47),
23289Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz").WithLocation(19, 47),
23292Diagnostic(ErrorCode.ERR_MethodNameExpected, "k").WithLocation(20, 47),
23319Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz, Baz.Invoke").WithLocation(8, 46),
23322Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz, ref Baz.Invoke").WithLocation(9, 42),
23325Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz, ref Baz.Invoke").WithLocation(10, 46),
23331Diagnostic(ErrorCode.ERR_MethodNameExpected, "BarP, BarP.Invoke").WithLocation(11, 46),
23334Diagnostic(ErrorCode.ERR_MethodNameExpected, "BarP, ref BarP.Invoke").WithLocation(12, 42),
23340Diagnostic(ErrorCode.ERR_MethodNameExpected, "BarP, ref BarP.Invoke").WithLocation(13, 46)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)