1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
GoToDefinition\AbstractGoToCommandHandler`2.cs (1)
73
_threadingContext
= threadingContext;
4 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (4)
GoToDefinition\AbstractGoToCommandHandler`2.cs (4)
96
_threadingContext
.ThrowIfNotOnUIThread();
130
_threadingContext
.ThrowIfNotOnUIThread();
193
_threadingContext
,
224
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);