1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
NavigationBar\NavigationBarController.cs (1)
100_threadingContext = threadingContext;
8 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (8)
NavigationBar\NavigationBarController.cs (5)
179_threadingContext.ThrowIfNotOnUIThread(); 222_threadingContext.ThrowIfNotOnUIThread(); 267_threadingContext.ThrowIfNotOnUIThread(); 275_threadingContext.ThrowIfNotOnUIThread(); 296_threadingContext.ThrowIfNotOnUIThread();
NavigationBar\NavigationBarController_ModelComputation.cs (3)
79await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken).NoThrowAwaitable(); 126_threadingContext, _asyncListener, _subjectBuffer, DelayTimeSpan.NonFocus, cancellationToken).NoThrowAwaitable(false); 180await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);