1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActionsSource.cs (1)
51_threadingContext = threadingContext;
9 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (9)
Suggestions\SuggestedActionsSource.cs (2)
131_threadingContext.ThrowIfNotOnUIThread(); 195await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken);
Suggestions\SuggestedActionsSource_Async.cs (7)
42_threadingContext.ThrowIfNotOnUIThread(); 71_threadingContext.ThrowIfNotOnUIThread(); 297_threadingContext, owner, codeFixAction.Workspace, originalDocument, subjectBuffer, 301_threadingContext, owner, codeRefactoringAction.Workspace, originalDocument, subjectBuffer, 305_threadingContext, owner, fixAllAction.Workspace, originalSolution, subjectBuffer, 308_threadingContext, owner, fixAllCodeRefactoringAction.Workspace, originalSolution, subjectBuffer, 311_threadingContext, owner, nestedAction.Workspace, originalSolution, subjectBuffer,