AnalyzerFileReference Class

Definition

Represents analyzers stored in an analyzer assembly file.

C#
public sealed class AnalyzerFileReference : Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference, IEquatable<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference>
Inheritance
AnalyzerFileReference
Implements

Remarks

Analyzer are read from the file, owned by the reference, and doesn't change since the reference is accessed until the reference object is garbage collected.

If you need to manage the lifetime of the analyzer reference (and the file stream) explicitly use AnalyzerImageReference.

Constructors

AnalyzerFileReference(String, IAnalyzerAssemblyLoader)

Creates an AnalyzerFileReference with the given fullPath and assemblyLoader.

Properties

Methods

Events

Applies to

Toode Versioonid
Roslyn 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0