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