1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
RenameTracking\RenameTrackingTaggerProvider.TrackingSession.cs (1)
62_threadingContext = stateMachine.ThreadingContext;
5 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (5)
RenameTracking\RenameTrackingTaggerProvider.TrackingSession.cs (5)
85await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _cancellationToken); 112await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _cancellationToken); 126_threadingContext.ThrowIfNotOnUIThread(); 149_threadingContext.ThrowIfNotOnUIThread(); 155_threadingContext.ThrowIfNotOnBackgroundThread();