6 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (6)
Workspace\VisualStudioDocumentNavigationService.cs (6)
171await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 254await OpenDocumentAsync(_threadingContext, workspace, documentId, cancellationToken).ConfigureAwait(false); 274_threadingContext, documentId, cancellationToken).ConfigureAwait(false); 297await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 378await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 416_threadingContext, documentId, cancellationToken).ConfigureAwait(false);