3 references to Document_does_not_support_syntax_trees
Microsoft.CodeAnalysis.Workspaces (3)
CaseCorrection\AbstractCaseCorrectionService.cs (1)
32throw new NotSupportedException(WorkspaceExtensionsResources.Document_does_not_support_syntax_trees);
CaseCorrection\CaseCorrector.cs (2)
31throw new NotSupportedException(WorkspaceExtensionsResources.Document_does_not_support_syntax_trees); 46throw new NotSupportedException(WorkspaceExtensionsResources.Document_does_not_support_syntax_trees);