1 write to OperationListener
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedActionsSourceProvider.cs (1)
84OperationListener = listenerProvider.GetListener(FeatureAttribute.LightBulb);
3 references to OperationListener
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (3)
SuggestedAction.cs (1)
115using var token = SourceProvider.OperationListener.BeginAsyncOperation($"{nameof(SuggestedAction)}.{nameof(Invoke)}");
SuggestedActionsSource.cs (1)
531using var asyncToken = state.Target.Owner.OperationListener.BeginAsyncOperation(nameof(GetSuggestedActionCategoriesAsync));
SuggestedActionsSourceProvider.cs (1)
104? new AsyncSuggestedActionsSource(_threadingContext, _globalOptions, this, textView, textBuffer, _suggestedActionCategoryRegistry, this.OperationListener)