1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
48
_threadingContext
= threadingContext;
4 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (4)
GoToDefinition\GoToDefinitionCommandHandler.cs (4)
138
return
_threadingContext
.JoinableTaskFactory.Run(async () =>
144
_threadingContext
, NavigationOptions.Default, cancellationToken).ConfigureAwait(false);
197
_threadingContext
, new NavigationOptions(PreferProvisionalTab: true, ActivateTab: true), cancellationToken).ConfigureAwait(false);
202
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(CancellationToken.None);