2 references to Removal_of_document_not_supported
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
356
return solution.GetDocument(document.Id) ?? throw new NotSupportedException(FeaturesResources.
Removal_of_document_not_supported
);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
200
return solution.GetDocument(document.Id) ?? throw new NotSupportedException(FeaturesResources.
Removal_of_document_not_supported
);