2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
CodeCleanup\AbstractCodeCleanUpFixer.cs (2)
71
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(context.OperationContext.UserCancellationToken);
187
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);