Class SuppressionInfo
Inherited Members
Namespace: Microsoft.CodeAnalysis.Diagnostics
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public sealed class SuppressionInfo
Properties
Attribute
Declaration
public AttributeData? Attribute { get; }
Property Value
| Type | Description |
|---|---|
| AttributeData |
Id
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
ProgrammaticSuppressions
Declaration
public ImmutableArray<Suppression> ProgrammaticSuppressions { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<Suppression> |