1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerViewModel.cs (1)
50_threadingContext = threadingContext;
4 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (4)
StackTraceExplorer\StackTraceExplorerViewModel.cs (4)
65var cancellationToken = _threadingContext.DisposalToken; 75await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(); 86await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 107ParsedStackFrame stackFrame => new StackFrameViewModel(stackFrame, _threadingContext, _workspace, _formatMap, _classificationTypeMap),