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