1 reference to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
ChangeSignature\AbstractChangeSignatureCommandHandler.cs (1)
53
return
_threadingContext
.JoinableTaskFactory.Run(() => ExecuteCommandAsync(textView, subjectBuffer, context));