1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
NavigationBar\NavigationBarController.cs (1)
101_threadingContext = threadingContext;
8 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (8)
NavigationBar\NavigationBarController.cs (5)
180_threadingContext.ThrowIfNotOnUIThread(); 223_threadingContext.ThrowIfNotOnUIThread(); 268_threadingContext.ThrowIfNotOnUIThread(); 276_threadingContext.ThrowIfNotOnUIThread(); 297_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);