1 write to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActionsSourceProvider.cs (1)
77
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Suggestions\SuggestedActionsSourceProvider.cs (2)
104
? new AsyncSuggestedActionsSource(
_threadingContext
, _globalOptions, this, textView, textBuffer, _suggestedActionCategoryRegistry, this.OperationListener)
105
: new SyncSuggestedActionsSource(
_threadingContext
, _globalOptions, this, textView, textBuffer, _suggestedActionCategoryRegistry);