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)
85await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(context.OperationContext.UserCancellationToken); 242await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);