Represents an instance of a diagnostic suppression, including an optional filter delegate.
Namespace: Metalama.Framework.Diagnostics
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
[InternalImplement]
public interface ISuppressionProperties
| Name | Description |
|---|---|
| Definition | Gets the definition of the suppression, containing the ID of the diagnostic to be suppressed. |
| Filter | Gets the optional filter delegate that will be applied to the diagnostics. |