4 references to ERR_DefaultValueUsedWithAttributes
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
1376
or ErrorCode.
ERR_DefaultValueUsedWithAttributes
2507
case ErrorCode.
ERR_DefaultValueUsedWithAttributes
:
Symbols\Source\SourceComplexParameterSymbol.cs (2)
769
diagnostics.Add(ErrorCode.
ERR_DefaultValueUsedWithAttributes
, arguments.AttributeSyntaxOpt.Name.Location);
962
diagnosticsOpt.Add(ErrorCode.
ERR_DefaultValueUsedWithAttributes
, node.Name.Location);