Namespace: Metalama.Compiler
Assembly: Metalama.Compiler.Interface.dll
Syntax
public readonly struct DiagnosticFilteringRequestProperties
| Name | Description |
|---|---|
| Compilation | Gets the current Compilation. |
| Diagnostic | Gets the Diagnostic whose suppression is being considered. |
| Symbol | Gets the ISymbol containing the SyntaxNode. The DiagnosticFilterDelegate will be invoked with different values of the Symbol property, depth first. |
| SyntaxNode | Gets the SyntaxNode on which the diagnostic was reported. |