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