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)
14281Diagnostic(ErrorCode.ERR_MethodNameExpected, "del").WithLocation(10, 44),
14284Diagnostic(ErrorCode.ERR_MethodNameExpected, "del").WithLocation(11, 44));
23074Diagnostic(ErrorCode.ERR_MethodNameExpected, "2 + 2").WithLocation(28, 25),
23080Diagnostic(ErrorCode.ERR_MethodNameExpected, "2, 3").WithLocation(30, 25),
23083Diagnostic(ErrorCode.ERR_MethodNameExpected, "3").WithLocation(31, 28),
23150Diagnostic(ErrorCode.ERR_MethodNameExpected, "Bar").WithLocation(13, 47),
23153Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz").WithLocation(14, 47),
23156Diagnostic(ErrorCode.ERR_MethodNameExpected, "k").WithLocation(15, 47),
23215Diagnostic(ErrorCode.ERR_MethodNameExpected, "Bar").WithLocation(13, 48),
23218Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz").WithLocation(14, 48),
23221Diagnostic(ErrorCode.ERR_MethodNameExpected, "k").WithLocation(15, 48),
23229Diagnostic(ErrorCode.ERR_MethodNameExpected, "Bar").WithLocation(13, 48),
23232Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz").WithLocation(14, 48),
23235Diagnostic(ErrorCode.ERR_MethodNameExpected, "k").WithLocation(15, 48),
23241Diagnostic(ErrorCode.ERR_MethodNameExpected, "Bar").WithLocation(18, 47),
23244Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz").WithLocation(19, 47),
23247Diagnostic(ErrorCode.ERR_MethodNameExpected, "k").WithLocation(20, 47),
23274Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz, Baz.Invoke").WithLocation(8, 46),
23277Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz, ref Baz.Invoke").WithLocation(9, 42),
23280Diagnostic(ErrorCode.ERR_MethodNameExpected, "Baz, ref Baz.Invoke").WithLocation(10, 46),
23286Diagnostic(ErrorCode.ERR_MethodNameExpected, "BarP, BarP.Invoke").WithLocation(11, 46),
23289Diagnostic(ErrorCode.ERR_MethodNameExpected, "BarP, ref BarP.Invoke").WithLocation(12, 42),
23295Diagnostic(ErrorCode.ERR_MethodNameExpected, "BarP, ref BarP.Invoke").WithLocation(13, 46)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)