6 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\InlineRenameService.cs (6)
55return _threadingContext.JoinableTaskFactory.Run(() => StartInlineSessionAsync(document, textSpan, cancellationToken)); 72_threadingContext, renameInfo, document, cancellationToken).ConfigureAwait(false); 99await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 101_threadingContext, 164_threadingContext.ThrowIfNotOnUIThread(); 171_threadingContext.ThrowIfNotOnUIThread();