1 write to _threadingContext
Roslyn.VisualStudio.DiagnosticsWindow (1)
Loggers\OutputWindowLogger.cs (1)
69_threadingContext = componentModel.GetService<IThreadingContext>();
3 references to _threadingContext
Roslyn.VisualStudio.DiagnosticsWindow (3)
Loggers\OutputWindowLogger.cs (3)
89_threadingContext.JoinableTaskFactory.Run(async () => 91await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 113_threadingContext.ThrowIfNotOnUIThread();