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)
124using var asyncToken = _asyncListener.BeginAsyncOperation(nameof(ExecuteCommand));