4 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (4)
GoOrFind\AbstractGoOrFindNavigationService.cs (4)
89
_threadingContext
.ThrowIfNotOnUIThread();
119
_threadingContext
.ThrowIfNotOnUIThread();
186
_threadingContext
,
225
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);