3 references to ERR_ExplicitReservedAttr
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1833or ErrorCode.ERR_ExplicitReservedAttr
Symbols\Symbol.cs (1)
1609diagnostics.Add(ErrorCode.ERR_ExplicitReservedAttr, arguments.AttributeSyntaxOpt.Location, attributeDescription.FullName);
Symbols\Symbol_Attributes.cs (1)
223arguments.Diagnostics.DiagnosticBag.Add(ErrorCode.ERR_ExplicitReservedAttr, arguments.AttributeSyntaxOpt.Location, AttributeDescription.CompilerFeatureRequiredAttribute.FullName);