8 references to ERR_DuplicateNamedAttributeArgument
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Attributes.cs (1)
501
Error(diagnostics, ErrorCode.
ERR_DuplicateNamedAttributeArgument
, argument, argumentName);
Errors\ErrorFacts.cs (1)
1011
or ErrorCode.
ERR_DuplicateNamedAttributeArgument
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Attributes\AttributeTests.cs (1)
6242
Diagnostic(ErrorCode.
ERR_DuplicateNamedAttributeArgument
, "AllowMultiple = false").WithArguments("AllowMultiple").WithLocation(3, 39),
Attributes\AttributeTests_WellKnownAttributes.cs (3)
3402
Diagnostic(ErrorCode.
ERR_DuplicateNamedAttributeArgument
, "MethodCodeType = (MethodCodeType)9").WithArguments("MethodCodeType"),
8503
Diagnostic(ErrorCode.
ERR_DuplicateNamedAttributeArgument
, @"DiagnosticId = ""B""").WithArguments("DiagnosticId").WithLocation(9, 9),
8506
Diagnostic(ErrorCode.
ERR_DuplicateNamedAttributeArgument
, @"UrlFormat = ""D""").WithArguments("UrlFormat").WithLocation(11, 9),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\SymbolErrorTests.cs (2)
11741
new ErrorDescription { Code = (int)ErrorCode.
ERR_DuplicateNamedAttributeArgument
, Line = 13, Column = 21 });
11765
Diagnostic(ErrorCode.
ERR_DuplicateNamedAttributeArgument
, "AllowMultiple = false").WithArguments("AllowMultiple").WithLocation(2, 39),