1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ValueTracking\ValueTrackingCommandHandler.cs (1)
66
_threadingContext
= threadingContext;
9 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (9)
ValueTracking\ValueTrackingCommandHandler.cs (9)
101
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
138
solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions,
_threadingContext
, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
148
solution, child, children: ImmutableArray<TreeItemViewModel>.Empty, toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions,
_threadingContext
, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
153
solution, parent, childItems.ToImmutable(), toolWindow.ViewModel, _glyphService, valueTrackingService, _globalOptions,
_threadingContext
, _listener, _threadOperationExecutor, cancellationToken).ConfigureAwait(false);
158
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
171
var roslynPackage = await RoslynPackage.GetOrLoadAsync(
_threadingContext
, _serviceProvider, cancellationToken).ConfigureAwait(false);
183
var roslynPackage = await RoslynPackage.GetOrLoadAsync(
_threadingContext
, _serviceProvider, cancellationToken).ConfigureAwait(false);
195
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
200
window.Initialize(viewModel, _workspace,
_threadingContext
);