Implemented interface member:
method
RemoveDocumentAsync
Microsoft.CodeAnalysis.SolutionCrawler.IIncrementalAnalyzer.RemoveDocumentAsync(Microsoft.CodeAnalysis.DocumentId, System.Threading.CancellationToken)
2 references to RemoveDocumentAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (2)
206
return
RemoveDocumentAsync
(document.Id, cancellationToken);
212
return
RemoveDocumentAsync
(textDocument.Id, cancellationToken);