1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorPane.SearchHandler.cs (1)
25
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
EditorConfigSettings\SettingsEditorPane.SearchHandler.cs (2)
32
=> new SearchTask(dwCookie, pSearchQuery, pSearchCallback, _wpfTableControls,
_threadingContext
);
36
_threadingContext
.ThrowIfNotOnUIThread();