1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource.cs (1)
48
_threadingContext
= threadingContext;
7 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures (7)
Suggestions\SuggestedActionsSource.cs (2)
108
_threadingContext
.ThrowIfNotOnUIThread();
168
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken);
Suggestions\SuggestedActionsSource_Async.cs (5)
42
_threadingContext
.ThrowIfNotOnUIThread();
71
_threadingContext
.ThrowIfNotOnUIThread();
282
_threadingContext
, owner, originalDocument.Project.Solution, subjectBuffer,
289
_threadingContext
, owner, document.Project.Solution, subjectBuffer,
296
_threadingContext
, owner, originalDocument, subjectBuffer, action.Provider, action.CodeAction,