1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
63
_threadingContext
= threadingContext;
9 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (9)
ProjectSystem\MiscellaneousFilesWorkspace.cs (9)
111
_threadingContext
.ThrowIfNotOnUIThread();
115
var textManager =
_threadingContext
.JoinableTaskFactory.Run(() => _textManagerService.GetValueOrNullAsync(CancellationToken.None));
128
_threadingContext
.ThrowIfNotOnUIThread();
144
_threadingContext
.ThrowIfNotOnUIThread();
174
if (!
_threadingContext
.JoinableTaskContext.IsOnMainThread)
184
_threadingContext
.ThrowIfNotOnUIThread();
243
_threadingContext
.ThrowIfNotOnUIThread();
271
_threadingContext
.ThrowIfNotOnUIThread();
306
_threadingContext
.ThrowIfNotOnUIThread();