ProjectInfo.WithAnalyzerConfigDocuments 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 Microsoft.CodeAnalysis.ProjectInfo WithAnalyzerConfigDocuments (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentInfo>? analyzerConfigDocuments);
public Microsoft.CodeAnalysis.ProjectInfo WithAnalyzerConfigDocuments (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentInfo> analyzerConfigDocuments);
member this.WithAnalyzerConfigDocuments : seq<Microsoft.CodeAnalysis.DocumentInfo> -> Microsoft.CodeAnalysis.ProjectInfo
Public Function WithAnalyzerConfigDocuments (analyzerConfigDocuments As IEnumerable(Of DocumentInfo)) As ProjectInfo
Parameters
- analyzerConfigDocuments
- IEnumerable<DocumentInfo>