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(); 114var textManager = _threadingContext.JoinableTaskFactory.Run(() => _textManagerService.GetValueOrNullAsync(CancellationToken.None)); 127_threadingContext.ThrowIfNotOnUIThread(); 143_threadingContext.ThrowIfNotOnUIThread(); 173if (!_threadingContext.JoinableTaskContext.IsOnMainThread) 179_threadingContext.ThrowIfNotOnUIThread(); 238_threadingContext.ThrowIfNotOnUIThread(); 266_threadingContext.ThrowIfNotOnUIThread(); 301_threadingContext.ThrowIfNotOnUIThread();