Open sandboxFocus

Property Arguments

Arguments

Gets the arguments passed to the diagnostic message formatter.

Declaration
ImmutableArray<object?> Arguments { get; }
Property Value
Type Description
ImmutableArray<object>
Remarks

These arguments often include symbols like members or types related to the diagnostic. Use this property in suppression filters to match diagnostics based on specific symbols or values.