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