2 references to StartInlineSessionAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\CommandHandlers\AbstractRenameCommandHandler_RenameHandler.cs (1)
120var sessionInfo = await renameService.StartInlineSessionAsync(document, selectedSpans.Single().Span.ToTextSpan(), cancellationToken).ConfigureAwait(false);
InlineRename\InlineRenameService.cs (1)
59return _threadingContext.JoinableTaskFactory.Run(() => StartInlineSessionAsync(document, textSpan, cancellationToken));