Workspace.OnAnalyzerConfigDocumentRemoved(DocumentId) Method

Definition

Call this method when an analyzer config document is removed from a project in the host environment.

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

Parameters

documentId
DocumentId

Applies to