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