Project.WithAnalyzerReferences(IEnumerable<AnalyzerReference>) Method

Definition

Creates a new instance of this project updated to replace existing analyzer references with the specified ones.

public Microsoft.CodeAnalysis.Project WithAnalyzerReferences (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostics.AnalyzerReference> analyzerReferencs);

Parameters

analyzerReferencs
IEnumerable<AnalyzerReference>

Returns

Applies to