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