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)
138return _threadingContext.JoinableTaskFactory.Run(async () => 144_threadingContext, NavigationOptions.Default, cancellationToken).ConfigureAwait(false); 197_threadingContext, new NavigationOptions(PreferProvisionalTab: true, ActivateTab: true), cancellationToken).ConfigureAwait(false); 202await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(CancellationToken.None);