FixAllContext.DiagnosticIds Property

Definition

Diagnostic Ids to fix. Note that GetDocumentDiagnosticsAsync(Document), GetProjectDiagnosticsAsync(Project) and GetAllDiagnosticsAsync(Project) methods return only diagnostics whose IDs are contained in this set of Ids.

public:
 property System::Collections::Immutable::ImmutableHashSet<System::String ^> ^ DiagnosticIds { System::Collections::Immutable::ImmutableHashSet<System::String ^> ^ get(); };
public System.Collections.Immutable.ImmutableHashSet<string> DiagnosticIds { get; }
member this.DiagnosticIds : System.Collections.Immutable.ImmutableHashSet<string>
Public ReadOnly Property DiagnosticIds As ImmutableHashSet(Of String)

Property Value

Applies to