Open sandboxFocus

Interface IScopedDiagnosticSink

Namespace: Metalama.Framework.Diagnostics
Assembly: Metalama.Framework.dll
Syntax
public interface IScopedDiagnosticSink

Properties

Name Description
Sink
Source

Methods

Name Description
Report(IDiagnostic)

Reports a diagnostic to the default location of the current ScopedDiagnosticSink..

Suppress(ISuppression)

Suppresses a diagnostic from the default declaration of the current ScopedDiagnosticSink.

Extension Methods