1 write to _threadingContext
Roslyn.VisualStudio.DiagnosticsWindow (1)
Loggers\OutputWindowLogger.cs (1)
68_threadingContext = componentModel.GetService<IThreadingContext>();
3 references to _threadingContext
Roslyn.VisualStudio.DiagnosticsWindow (3)
Loggers\OutputWindowLogger.cs (3)
88_threadingContext.JoinableTaskFactory.Run(async () => 90await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 112_threadingContext.ThrowIfNotOnUIThread();