1 write to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
69
_asyncListener
= asyncListenerProvider.GetListener(FeatureAttribute.ExtractMethod);
1 reference to _asyncListener
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
131
using var asyncToken =
_asyncListener
.BeginAsyncOperation(nameof(ExecuteCommand));