8 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (8)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (8)
52await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 73_threadingContext.JoinableTaskFactory.RunAsync(async () => 80await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 151var window = _threadingContext.JoinableTaskFactory.Run(() => GetOrInitializeWindowAsync()); 163var package = await RoslynPackage.GetOrLoadAsync(_threadingContext, (IAsyncServiceProvider)_serviceProvider, _threadingContext.DisposalToken).ConfigureAwait(true); 182var window = _threadingContext.JoinableTaskFactory.Run(() => GetOrInitializeWindowAsync()); 188var window = _threadingContext.JoinableTaskFactory.Run(() => GetOrInitializeWindowAsync());