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