6 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\InlineRenameService.cs (6)
59return _threadingContext.JoinableTaskFactory.Run(() => StartInlineSessionAsync(document, textSpan, cancellationToken)); 76_threadingContext, renameInfo, document, cancellationToken).ConfigureAwait(false); 103await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 105_threadingContext, 170_threadingContext.ThrowIfNotOnUIThread(); 177_threadingContext.ThrowIfNotOnUIThread();