2 references to _inlineRenameService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (2)
175
if (
_inlineRenameService
.ActiveSession is null)
178
_inlineRenameService
.StartInlineSession(updatedDocument, renameSpan, cancellationToken);