1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
CodeCleanup\AbstractCodeCleanUpFixer.cs (1)
58
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
CodeCleanup\AbstractCodeCleanUpFixer.cs (2)
85
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(context.OperationContext.UserCancellationToken);
242
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);