1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ValueTracking\ValueTrackingCommandHandler.cs (1)
65_threadingContext = threadingContext;
9 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (9)
ValueTracking\ValueTrackingCommandHandler.cs (9)
100_threadingContext.JoinableTaskFactory.RunAsync(async () => 137solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false); 147solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false); 152solution, parent, childItems.ToImmutable(), toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions, _threadingContext, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false); 157await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 170var roslynPackage = await RoslynPackage.GetOrLoadAsync(_threadingContext, _serviceProvider, cancellationToken).ConfigureAwait(false); 182var roslynPackage = await RoslynPackage.GetOrLoadAsync(_threadingContext, _serviceProvider, cancellationToken).ConfigureAwait(false); 194await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 199window.Initialize(viewModel, _workspace, _threadingContext);