Share via


AnalyzerImageReference.GetAnalyzersForAllLanguages Method

Definition

public:
 override System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^> GetAnalyzersForAllLanguages();
public override System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> GetAnalyzersForAllLanguages ();
override this.GetAnalyzersForAllLanguages : unit -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer>
Public Overrides Function GetAnalyzersForAllLanguages () As ImmutableArray(Of DiagnosticAnalyzer)

Returns

Applies to