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)
206return RemoveDocumentAsync(document.Id, cancellationToken); 212return RemoveDocumentAsync(textDocument.Id, cancellationToken);