1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.Settings.cs (1)
37
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
ColorSchemes\ColorSchemeApplier.Settings.cs (3)
66
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
91
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
104
_threadingContext
.ThrowIfNotOnUIThread();