2 overrides of ReportInvalidAttributeArgument
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
261
protected override void
ReportInvalidAttributeArgument
(DiagnosticBag diagnostics, SyntaxNode attributeSyntax, int parameterIndex, AttributeData attribute)
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestMessageProvider.cs (1)
273
protected override void
ReportInvalidAttributeArgument
(DiagnosticBag diagnostics, SyntaxNode attributeSyntax, int parameterIndex, AttributeData attribute)
1 reference to ReportInvalidAttributeArgument
Microsoft.CodeAnalysis (1)
Diagnostic\CommonMessageProvider.cs (1)
269
ReportInvalidAttributeArgument
(diagnosticBag, attributeSyntax, parameterIndex, attribute);