1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
NavigationBar\NavigationBarController.cs (1)
89_threadingContext = threadingContext;
12 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (12)
NavigationBar\NavigationBarController.cs (7)
148_threadingContext.ThrowIfNotOnUIThread(); 169_threadingContext.ThrowIfNotOnUIThread(); 176_threadingContext.ThrowIfNotOnUIThread(); 206_threadingContext.ThrowIfNotOnUIThread(); 236_threadingContext.ThrowIfNotOnUIThread(); 244_threadingContext.ThrowIfNotOnUIThread(); 265_threadingContext.ThrowIfNotOnUIThread();
NavigationBar\NavigationBarController_ModelComputation.cs (5)
28await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 69_threadingContext, _subjectBuffer, DelayTimeSpan.NonFocus, cancellationToken).ConfigureAwait(false); 97await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 108_threadingContext.ThrowIfNotOnUIThread(); 137await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);