2 overrides of ReportInvalidNamedArgument
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
266
protected override void
ReportInvalidNamedArgument
(DiagnosticBag diagnostics, SyntaxNode attributeSyntax, int namedArgumentIndex, ITypeSymbol attributeClass, string parameterName)
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestMessageProvider.cs (1)
273
protected override void
ReportInvalidNamedArgument
(DiagnosticBag diagnostics, SyntaxNode attributeSyntax, int namedArgumentIndex, ITypeSymbol attributeClass, string parameterName)
1 reference to ReportInvalidNamedArgument
Microsoft.CodeAnalysis (1)
Diagnostic\CommonMessageProvider.cs (1)
278
ReportInvalidNamedArgument
(diagnosticBag, attributeSyntax, namedArgumentIndex, attributeClass, parameterName);