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();
197
await
_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,