1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
62
_threadingContext
= threadingContext;
9 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (9)
ProjectSystem\MiscellaneousFilesWorkspace.cs (9)
110
_threadingContext
.ThrowIfNotOnUIThread();
114
var textManager =
_threadingContext
.JoinableTaskFactory.Run(() => _textManagerService.GetValueOrNullAsync(CancellationToken.None));
127
_threadingContext
.ThrowIfNotOnUIThread();
143
_threadingContext
.ThrowIfNotOnUIThread();
173
if (!
_threadingContext
.JoinableTaskContext.IsOnMainThread)
179
_threadingContext
.ThrowIfNotOnUIThread();
238
_threadingContext
.ThrowIfNotOnUIThread();
266
_threadingContext
.ThrowIfNotOnUIThread();
301
_threadingContext
.ThrowIfNotOnUIThread();