1 implementation of RemoveDocumentAsync
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\API\NewUnitTestingIncrementalAnalyzer.cs (1)
39public Task RemoveDocumentAsync(DocumentId documentId, CancellationToken cancellationToken)
1 reference to RemoveDocumentAsync
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingNormalPriorityProcessor.cs (1)
296await analyzer.RemoveDocumentAsync(documentId, cancellationToken).ConfigureAwait(false);