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)); 61await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 74_threadingContext.ThrowIfNotOnUIThread(); 78_threadingContext.RunWithShutdownBlockAsync((_) => PopulateSnippetCacheAsync()); 135await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 164_threadingContext.ThrowIfNotOnUIThread(); 178_threadingContext.ThrowIfNotOnUIThread();