2 overrides of ReportParameterNotValidForType
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
272
protected override void
ReportParameterNotValidForType
(DiagnosticBag diagnostics, SyntaxNode attributeSyntax, int namedArgumentIndex)
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestMessageProvider.cs (1)
278
protected override void
ReportParameterNotValidForType
(DiagnosticBag diagnostics, SyntaxNode attributeSyntax, int namedArgumentIndex)
1 reference to ReportParameterNotValidForType
Microsoft.CodeAnalysis (1)
Diagnostic\CommonMessageProvider.cs (1)
288
ReportParameterNotValidForType
(diagnosticBag, attributeSyntax, namedArgumentIndex);