1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
60_threadingContext = componentModel.GetService<IThreadingContext>();
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\AdvancedOptionPageControl.xaml.cs (2)
219var cancellationToken = _threadingContext.DisposalToken; 220var (isSupportedTheme, isThemeCustomized) = _threadingContext.JoinableTaskFactory.Run(async () =>