1 write to _inlineRenameService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler.cs (1)
63_inlineRenameService = inlineRenameService;
2 references to _inlineRenameService
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (2)
297if (_inlineRenameService.ActiveSession == null) 313_inlineRenameService.StartInlineSession(document, editSpan, cancellationToken);