1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\CallHierarchyCommandHandler.cs (1)
52
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
CallHierarchy\CallHierarchyCommandHandler.cs (2)
104
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
112
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);