4 references to ExtractMethod
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
69_asyncListener = asyncListenerProvider.GetListener(FeatureAttribute.ExtractMethod);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
27public const string ExtractMethod = nameof(ExtractMethod);
Microsoft.VisualStudio.LanguageServices.IntegrationTests (2)
CSharp\CSharpExtractMethod.cs (2)
55VisualStudio.Workspace.WaitForAsyncOperations(Helper.HangMitigatingTimeout, FeatureAttribute.ExtractMethod); 96VisualStudio.Workspace.WaitForAsyncOperations(Helper.HangMitigatingTimeout, FeatureAttribute.ExtractMethod);