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