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(); 115var textManager = _threadingContext.JoinableTaskFactory.Run(() => _textManagerService.GetValueOrNullAsync(CancellationToken.None)); 128_threadingContext.ThrowIfNotOnUIThread(); 144_threadingContext.ThrowIfNotOnUIThread(); 174if (!_threadingContext.JoinableTaskContext.IsOnMainThread) 184_threadingContext.ThrowIfNotOnUIThread(); 243_threadingContext.ThrowIfNotOnUIThread(); 271_threadingContext.ThrowIfNotOnUIThread(); 306_threadingContext.ThrowIfNotOnUIThread();