1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioDocumentNavigationService.cs (1)
58_threadingContext = threadingContext;
6 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (6)
Workspace\VisualStudioDocumentNavigationService.cs (6)
223await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 305await OpenDocumentAsync(_threadingContext, workspace, documentId, cancellationToken).ConfigureAwait(false); 325_threadingContext, documentId, cancellationToken).ConfigureAwait(false); 348await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 429await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 465_threadingContext, documentId, cancellationToken).ConfigureAwait(false);