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