11 references to ERR_NamedArgumentExpected
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Attributes.cs (1)
462diagnostics.Add(ErrorCode.ERR_NamedArgumentExpected, argument.Expression.GetLocation());
Errors\ErrorFacts.cs (1)
1089case ErrorCode.ERR_NamedArgumentExpected:
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)
Parsing\ParserErrorMessageTests.cs (1)
2213Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "b").WithLocation(9, 15),