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 () =>
137
solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions,
_threadingContext
, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
147
solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions,
_threadingContext
, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
152
solution, parent, childItems.ToImmutable(), toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions,
_threadingContext
, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
157
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
170
var roslynPackage = await RoslynPackage.GetOrLoadAsync(
_threadingContext
, _serviceProvider, cancellationToken).ConfigureAwait(false);
182
var roslynPackage = await RoslynPackage.GetOrLoadAsync(
_threadingContext
, _serviceProvider, cancellationToken).ConfigureAwait(false);
194
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
199
window.Initialize(viewModel, _workspace,
_threadingContext
);