3 implementations of SupportsRefactorings
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveSupportsFeatureService.cs (1)
70
public bool
SupportsRefactorings
(Document document)
Microsoft.CodeAnalysis.Features (1)
Shared\IDocumentSupportsFeatureService.cs (1)
38
public bool
SupportsRefactorings
(Document document)
Microsoft.VisualStudio.LanguageServices (1)
Implementation\VisualStudioSupportsFeatureService.cs (1)
96
public bool
SupportsRefactorings
(Document document)
1 reference to SupportsRefactorings
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\ImportCompletionProvider\AbstractImportCompletionProvider.cs (1)
228
if (!documentSupportsFeatureService.
SupportsRefactorings
(document))