1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackFrameViewModel.cs (1)
51_threadingContext = threadingContext;
5 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (5)
StackTraceExplorer\StackFrameViewModel.cs (5)
60var cancellationToken = _threadingContext.DisposalToken; 84_threadingContext, new NavigationOptions(PreferProvisionalTab: true, ActivateTab: false), cancellationToken).ConfigureAwait(false); 89var cancellationToken = _threadingContext.DisposalToken; 107var cancellationToken = _threadingContext.DisposalToken; 135_threadingContext, _workspace, document.Id, lineNumber - 1, offset: 0, options, cancellationToken).ConfigureAwait(false);