1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\InvisibleEditor.cs (1)
41
_threadingContext
= serviceProvider.GetMefService<IThreadingContext>();
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\InvisibleEditor.cs (2)
42
_threadingContext
.ThrowIfNotOnUIThread();
145
_threadingContext
.ThrowIfNotOnUIThread();