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