11 references to ERR_NamedArgumentExpected
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Attributes.cs (1)
473diagnostics.Add(ErrorCode.ERR_NamedArgumentExpected, argument.Expression.GetLocation());
Errors\ErrorFacts.cs (1)
1151or ErrorCode.ERR_NamedArgumentExpected
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Attributes\AttributeTests.cs (4)
6764Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "1").WithLocation(7, 27), 6773Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "5").WithLocation(9, 24), 6776Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "0").WithLocation(10, 15), 6779Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "0").WithLocation(11, 18)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\NonTrailingNamedArgumentsTests.cs (4)
975Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "42").WithLocation(12, 38), 1016Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "42").WithLocation(12, 38), 1051Diagnostic(ErrorCode.ERR_NamedArgumentExpected, "3").WithLocation(12, 21), 1054Diagnostic(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),