1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
67
_threadingContext
= threadingContext;
6 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\MiscellaneousFilesWorkspace.cs (6)
144
_threadingContext
.ThrowIfNotOnUIThread();
174
if (!
_threadingContext
.JoinableTaskContext.IsOnMainThread)
180
_threadingContext
.ThrowIfNotOnUIThread();
239
_threadingContext
.ThrowIfNotOnUIThread();
267
_threadingContext
.ThrowIfNotOnUIThread();
302
_threadingContext
.ThrowIfNotOnUIThread();