Workspace.GetAnalyzerConfigDocumentName(DocumentId) Method

Definition

Gets the name to use for an analyzer document in an error message.

protected virtual string GetAnalyzerConfigDocumentName (Microsoft.CodeAnalysis.DocumentId documentId);
abstract member GetAnalyzerConfigDocumentName : Microsoft.CodeAnalysis.DocumentId -> string
override this.GetAnalyzerConfigDocumentName : Microsoft.CodeAnalysis.DocumentId -> string
Protected Overridable Function GetAnalyzerConfigDocumentName (documentId As DocumentId) As String

Parameters

documentId
DocumentId

Returns

Applies to