Base:
method
AppendDiagnosticsAsync
Microsoft.CodeAnalysis.Diagnostics.EngineV2.DiagnosticIncrementalAnalyzer.DiagnosticGetter.AppendDiagnosticsAsync(Microsoft.CodeAnalysis.Project, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentId>, System.Boolean, System.Threading.CancellationToken)
1 reference to AppendDiagnosticsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnostics.cs (1)
245await AppendDiagnosticsAsync(project, SpecializedCollections.EmptyEnumerable<DocumentId>(), includeProjectNonLocalResult: true, cancellationToken).ConfigureAwait(false);