Namespace: Metalama.Compiler
Assembly: Metalama.Compiler.Interface.dll
Syntax
public readonly struct DiagnosticFilteringRequest
Properties
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. |