Share via


AnalyzerReference.GetGeneratorsForAllLanguages Method

Definition

Gets all the source generators defined in this assembly reference.

public virtual System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISourceGenerator> GetGeneratorsForAllLanguages ();
abstract member GetGeneratorsForAllLanguages : unit -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISourceGenerator>
override this.GetGeneratorsForAllLanguages : unit -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ISourceGenerator>
Public Overridable Function GetGeneratorsForAllLanguages () As ImmutableArray(Of ISourceGenerator)

Returns

Applies to