1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetInfoService.cs (1)
54
_threadingContext
= threadingContext;
7 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (7)
Snippets\AbstractSnippetInfoService.cs (7)
56
_threadingContext
.RunWithShutdownBlockAsync((_) => InitializeAndPopulateSnippetsCacheAsync(serviceProvider));
61
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
74
_threadingContext
.ThrowIfNotOnUIThread();
78
_threadingContext
.RunWithShutdownBlockAsync((_) => PopulateSnippetCacheAsync());
135
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
164
_threadingContext
.ThrowIfNotOnUIThread();
178
_threadingContext
.ThrowIfNotOnUIThread();