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