1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
RenameTracking\RenameTrackingTaggerProvider.TrackingSession.cs (1)
61
_threadingContext
= stateMachine.ThreadingContext;
4 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (4)
RenameTracking\RenameTrackingTaggerProvider.TrackingSession.cs (4)
100
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _cancellationToken).NoThrowAwaitable();
119
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _cancellationToken).NoThrowAwaitable();
130
_threadingContext
.ThrowIfNotOnUIThread();
157
_threadingContext
.ThrowIfNotOnUIThread();