UnresolvedAnalyzerReference.GetAnalyzers(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^> GetAnalyzers(System::String ^ language);
public override System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer> GetAnalyzers (string language);
override this.GetAnalyzers : string -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer>
Public Overrides Function GetAnalyzers (language As String) As ImmutableArray(Of DiagnosticAnalyzer)
Parameters
- language
- String