1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\OpenTextBufferProvider.cs (1)
60_threadingContext = threadingContext;
10 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (10)
ProjectSystem\OpenTextBufferProvider.cs (10)
66_threadingContext.ThrowIfNotOnUIThread(); 86_threadingContext.ThrowIfNotOnUIThread(); 116await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 144_threadingContext.ThrowIfNotOnUIThread(); 176_threadingContext.ThrowIfNotOnUIThread(); 207_threadingContext.ThrowIfNotOnUIThread(); 219_threadingContext.ThrowIfNotOnUIThread(); 281_threadingContext.ThrowIfNotOnUIThread(); 298_threadingContext.ThrowIfNotOnUIThread(); 332_threadingContext.ThrowIfNotOnUIThread();