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)); 62await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 75_threadingContext.ThrowIfNotOnUIThread(); 79_threadingContext.RunWithShutdownBlockAsync((_) => PopulateSnippetCacheAsync()); 136await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 165_threadingContext.ThrowIfNotOnUIThread(); 179_threadingContext.ThrowIfNotOnUIThread();