Workspace.CheckAnalyzerConfigDocumentIsNotInCurrentSolution Method

Definition

Throws an exception if the analyzer config document is already part of the current solution.

protected void CheckAnalyzerConfigDocumentIsNotInCurrentSolution (Microsoft.CodeAnalysis.DocumentId documentId);
member this.CheckAnalyzerConfigDocumentIsNotInCurrentSolution : Microsoft.CodeAnalysis.DocumentId -> unit
Protected Sub CheckAnalyzerConfigDocumentIsNotInCurrentSolution (documentId As DocumentId)

Parameters

documentId
DocumentId

Applies to