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(); 175if (!_threadingContext.JoinableTaskContext.IsOnMainThread) 181_threadingContext.ThrowIfNotOnUIThread(); 240_threadingContext.ThrowIfNotOnUIThread(); 268_threadingContext.ThrowIfNotOnUIThread(); 303_threadingContext.ThrowIfNotOnUIThread();