1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\OpenTextBufferProvider.cs (1)
61_threadingContext = threadingContext;
10 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (10)
ProjectSystem\OpenTextBufferProvider.cs (10)
72_threadingContext.ThrowIfNotOnUIThread(); 88_threadingContext.ThrowIfNotOnUIThread(); 114await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 138_threadingContext.ThrowIfNotOnUIThread(); 170_threadingContext.ThrowIfNotOnUIThread(); 201_threadingContext.ThrowIfNotOnUIThread(); 213_threadingContext.ThrowIfNotOnUIThread(); 275_threadingContext.ThrowIfNotOnUIThread(); 292_threadingContext.ThrowIfNotOnUIThread(); 326_threadingContext.ThrowIfNotOnUIThread();