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 () =>
90
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
112
_threadingContext
.ThrowIfNotOnUIThread();