1 implementation of StartInlineSession
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameService.cs (1)
50public InlineRenameSessionInfo StartInlineSession(
4 references to StartInlineSession
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (1)
181_inlineRenameService.StartInlineSession(updatedDocument, renameSpan, cancellationToken);
Microsoft.CodeAnalysis.EditorFeatures (3)
CodeActions\CodeActionEditHandlerService.cs (2)
313_renameService.StartInlineSession(openDocument, new TextSpan(renameOperation.Position, 0), cancellationToken); 376_renameService.StartInlineSession(openDocument, resolvedRenameToken.AsToken().Span, cancellationToken);
ExtractMethod\ExtractMethodCommandHandler.cs (1)
188_renameService.StartInlineSession(document, methodNameAtInvocation.Value.Span, cancellationToken);