1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActionsSource.cs (1)
53_threadingContext = threadingContext;
9 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (9)
Suggestions\SuggestedActionsSource.cs (2)
133_threadingContext.ThrowIfNotOnUIThread(); 197await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken);
Suggestions\SuggestedActionsSource_Async.cs (7)
43_threadingContext.ThrowIfNotOnUIThread(); 72_threadingContext.ThrowIfNotOnUIThread(); 298_threadingContext, owner, codeFixAction.Workspace, originalDocument, subjectBuffer, 302_threadingContext, owner, codeRefactoringAction.Workspace, originalDocument, subjectBuffer, 306_threadingContext, owner, fixAllAction.Workspace, originalSolution, subjectBuffer, 309_threadingContext, owner, fixAllCodeRefactoringAction.Workspace, originalSolution, subjectBuffer, 312_threadingContext, owner, nestedAction.Workspace, originalSolution, subjectBuffer,