Metalama//API Documentation/Aspect API/Metalama.​Framework.​Diagnostics/IDiagnostic­Sink/Suggest
Open sandboxFocus

Method Suggest

Suggest(CodeFix, IDiagnosticLocation)

Suggest a code fix without reporting a diagnostic.

Declaration
void Suggest(CodeFix codeFix, IDiagnosticLocation location)
Parameters
Type Name Description
CodeFix codeFix

The CodeFix.

IDiagnosticLocation location

The code location for which the code fix should be suggested, typically an IDeclaration.