1 implementation of IsEnabled
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractEditorInlineRenameService.cs (1)
23
public bool
IsEnabled
=> true;
1 reference to IsEnabled
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (1)
135
inlineRenameService.
IsEnabled
&&