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