2 references to ForceAnalyzeProjectAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DiagnosticAnalyzerService.cs (2)
158
await analyzer.
ForceAnalyzeProjectAsync
(project, cancellationToken).ConfigureAwait(false);
170
await analyzer.
ForceAnalyzeProjectAsync
(project, cancellationToken).ConfigureAwait(false);