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