1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetInfoService.cs (1)
55
_threadingContext
= threadingContext;
7 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (7)
Snippets\AbstractSnippetInfoService.cs (7)
57
_threadingContext
.RunWithShutdownBlockAsync((_) => InitializeAndPopulateSnippetsCacheAsync(serviceProvider));
62
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
75
_threadingContext
.ThrowIfNotOnUIThread();
79
_threadingContext
.RunWithShutdownBlockAsync((_) => PopulateSnippetCacheAsync());
136
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
165
_threadingContext
.ThrowIfNotOnUIThread();
179
_threadingContext
.ThrowIfNotOnUIThread();