9 references to SupportsRefactorings
Microsoft.CodeAnalysis.EditorFeatures (7)
ChangeSignature\AbstractChangeSignatureCommandHandler.cs (1)
55
subjectBuffer.
SupportsRefactorings
();
EncapsulateField\AbstractEncapsulateFieldCommandHandler.cs (2)
48
=> args.SubjectBuffer.
SupportsRefactorings
() ? CommandState.Available : CommandState.Unspecified;
53
if (!textBuffer.
SupportsRefactorings
())
ExtractInterface\AbstractExtractInterfaceCommandHandler.cs (1)
104
subjectBuffer.
SupportsRefactorings
();
ExtractMethod\ExtractMethodCommandHandler.cs (2)
84
!args.SubjectBuffer.
SupportsRefactorings
())
101
if (!args.SubjectBuffer.
SupportsRefactorings
())
Organizing\OrganizeDocumentCommandHandler.cs (1)
112
return args.SubjectBuffer.
SupportsRefactorings
();
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedActionsSource.cs (1)
474
state.Target.SubjectBuffer.
SupportsRefactorings
())
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActionsSource.cs (1)
474
state.Target.SubjectBuffer.
SupportsRefactorings
())