6 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (6)
Workspace\VisualStudioDocumentNavigationService.cs (6)
170await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 252await OpenDocumentAsync(_threadingContext, workspace, documentId, cancellationToken).ConfigureAwait(false); 272_threadingContext, documentId, cancellationToken).ConfigureAwait(false); 295await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 381await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 419_threadingContext, documentId, cancellationToken).ConfigureAwait(false);