1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
RenameTracking\RenameTrackingTaggerProvider.TrackingSession.cs (1)
60
_threadingContext
= stateMachine.ThreadingContext;
4 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (4)
RenameTracking\RenameTrackingTaggerProvider.TrackingSession.cs (4)
99
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _cancellationToken).NoThrowAwaitable();
118
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _cancellationToken).NoThrowAwaitable();
129
_threadingContext
.ThrowIfNotOnUIThread();
156
_threadingContext
.ThrowIfNotOnUIThread();