1 reference 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
);