1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
65
_threadingContext
= threadingContext;
6 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\MiscellaneousFilesWorkspace.cs (6)
145
_threadingContext
.ThrowIfNotOnUIThread();
175
if (!
_threadingContext
.JoinableTaskContext.IsOnMainThread)
181
_threadingContext
.ThrowIfNotOnUIThread();
240
_threadingContext
.ThrowIfNotOnUIThread();
268
_threadingContext
.ThrowIfNotOnUIThread();
303
_threadingContext
.ThrowIfNotOnUIThread();