1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource.cs (1)
48
_threadingContext
= threadingContext;
9 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (9)
Suggestions\SuggestedActionsSource.cs (2)
108
_threadingContext
.ThrowIfNotOnUIThread();
168
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken);
Suggestions\SuggestedActionsSource_Async.cs (7)
42
_threadingContext
.ThrowIfNotOnUIThread();
71
_threadingContext
.ThrowIfNotOnUIThread();
295
_threadingContext
, owner, codeFixAction.Workspace, originalDocument, subjectBuffer,
299
_threadingContext
, owner, codeRefactoringAction.Workspace, originalDocument, subjectBuffer,
303
_threadingContext
, owner, fixAllAction.Workspace, originalSolution, subjectBuffer,
306
_threadingContext
, owner, fixAllCodeRefactoringAction.Workspace, originalSolution, subjectBuffer,
309
_threadingContext
, owner, nestedAction.Workspace, originalSolution, subjectBuffer,