1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerViewModel.cs (1)
54
_threadingContext
= threadingContext;
4 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (4)
StackTraceExplorer\StackTraceExplorerViewModel.cs (4)
70
var cancellationToken =
_threadingContext
.DisposalToken;
80
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
91
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
121
ParsedStackFrame stackFrame => new StackFrameViewModel(stackFrame,
_threadingContext
, _workspace, _formatMap, _classificationTypeMap),