8 references to ERR_DuplicateNamedAttributeArgument
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Attributes.cs (1)
490
Error(diagnostics, ErrorCode.
ERR_DuplicateNamedAttributeArgument
, argument, argumentName);
Errors\ErrorFacts.cs (1)
949
case ErrorCode.
ERR_DuplicateNamedAttributeArgument
:
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
Attributes\AttributeTests.cs (1)
5944
Diagnostic(ErrorCode.
ERR_DuplicateNamedAttributeArgument
, "AllowMultiple = false").WithArguments("AllowMultiple").WithLocation(3, 39),
Attributes\AttributeTests_WellKnownAttributes.cs (3)
3321
Diagnostic(ErrorCode.
ERR_DuplicateNamedAttributeArgument
, "MethodCodeType = (MethodCodeType)9").WithArguments("MethodCodeType"),
8417
Diagnostic(ErrorCode.
ERR_DuplicateNamedAttributeArgument
, @"DiagnosticId = ""B""").WithArguments("DiagnosticId").WithLocation(9, 9),
8420
Diagnostic(ErrorCode.
ERR_DuplicateNamedAttributeArgument
, @"UrlFormat = ""D""").WithArguments("UrlFormat").WithLocation(11, 9),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\SymbolErrorTests.cs (2)
11598
new ErrorDescription { Code = (int)ErrorCode.
ERR_DuplicateNamedAttributeArgument
, Line = 13, Column = 21 });
11622
Diagnostic(ErrorCode.
ERR_DuplicateNamedAttributeArgument
, "AllowMultiple = false").WithArguments("AllowMultiple").WithLocation(2, 39),