1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.Settings.cs (1)
36
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
ColorSchemes\ColorSchemeApplier.Settings.cs (3)
65
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
90
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
103
_threadingContext
.ThrowIfNotOnUIThread();