UnresolvedAnalyzerReference Class

Definition

Represents an analyzer reference that can't be resolved.

public ref class UnresolvedAnalyzerReference sealed : Microsoft::CodeAnalysis::Diagnostics::AnalyzerReference
public sealed class UnresolvedAnalyzerReference : Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference
type UnresolvedAnalyzerReference = class
    inherit AnalyzerReference
Public NotInheritable Class UnresolvedAnalyzerReference
Inherits AnalyzerReference
Inheritance
UnresolvedAnalyzerReference

Remarks

For error reporting only, can't be used to reference an analyzer assembly.

Constructors

UnresolvedAnalyzerReference(String)

Properties

Display
FullPath
Id

Methods

GetAnalyzers(String)
GetAnalyzersForAllLanguages()
GetGenerators()
Obsolete.

Gets all the source generators defined in this assembly reference.

(Inherited from AnalyzerReference)
GetGenerators(String)

Gets all the generators defined in this assembly reference for the given language.

(Inherited from AnalyzerReference)
GetGeneratorsForAllLanguages()

Gets all the source generators defined in this assembly reference.

(Inherited from AnalyzerReference)

Applies to