Represents an instance of a diagnostic, including its parameters and its optional code fixes.
Namespace: Metalama.Framework.Diagnostics
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
[InternalImplement]
public interface IDiagnosticProperties
| Name | Description |
|---|---|
| Arguments | Gets the arguments of the current diagnostic. |
| Definition | Gets the IDiagnosticDefinition from which the current diagnostic has been created. |
| Extensions |
Methods
| Name | Description |
|---|---|
| WithExtensions(ImmutableArray<IDiagnosticExtension>) |