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(); 174if (!_threadingContext.JoinableTaskContext.IsOnMainThread) 180_threadingContext.ThrowIfNotOnUIThread(); 239_threadingContext.ThrowIfNotOnUIThread(); 267_threadingContext.ThrowIfNotOnUIThread(); 302_threadingContext.ThrowIfNotOnUIThread();