11 references to ERR_NamedArgumentExpected
Microsoft.CodeAnalysis.CSharp (2)
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)