Share via


FixAllContext.GetDocumentDiagnosticsAsync(Document) Method

Definition

Gets all the diagnostics in the given document filtered by DiagnosticIds.

public:
 System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetDocumentDiagnosticsAsync(Microsoft::CodeAnalysis::Document ^ document);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetDocumentDiagnosticsAsync (Microsoft.CodeAnalysis.Document document);
member this.GetDocumentDiagnosticsAsync : Microsoft.CodeAnalysis.Document -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetDocumentDiagnosticsAsync (document As Document) As Task(Of ImmutableArray(Of Diagnostic))

Parameters

document
Document

Returns

Applies to