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)
297
if (
_inlineRenameService
.ActiveSession == null)
313
_inlineRenameService
.StartInlineSession(document, editSpan, cancellationToken);