Share via


CodeFixContext.Diagnostics Property

Definition

Diagnostics to fix. NOTE: All the diagnostics in this collection have the same Span.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^> Diagnostics { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic> Diagnostics { get; }
member this.Diagnostics : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>
Public ReadOnly Property Diagnostics As ImmutableArray(Of Diagnostic)

Property Value

Applies to