11 references to ERR_NamedArgumentExpected
Microsoft.CodeAnalysis.CSharp (2)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
Attributes\AttributeTests.cs (4)
6466Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "1").WithLocation(7, 27),
6475Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "5").WithLocation(9, 24),
6478Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "0").WithLocation(10, 15),
6481Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "0").WithLocation(11, 18)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\NonTrailingNamedArgumentsTests.cs (4)
941Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "42").WithLocation(12, 38),
982Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "42").WithLocation(12, 38),
1017Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "3").WithLocation(12, 21),
1020Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "2").WithLocation(12, 24),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)