1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\OpenTextBufferProvider.cs (1)
61
_threadingContext
= threadingContext;
9 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (9)
ProjectSystem\OpenTextBufferProvider.cs (9)
84
_threadingContext
.ThrowIfNotOnUIThread();
109
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
133
_threadingContext
.ThrowIfNotOnUIThread();
165
_threadingContext
.ThrowIfNotOnUIThread();
196
_threadingContext
.ThrowIfNotOnUIThread();
208
_threadingContext
.ThrowIfNotOnUIThread();
270
_threadingContext
.ThrowIfNotOnUIThread();
287
_threadingContext
.ThrowIfNotOnUIThread();
321
_threadingContext
.ThrowIfNotOnUIThread();