1 implementation of StartInlineSession
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameService.cs (1)
50
public 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);