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