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)
27
public const string ExtractMethod = nameof(
ExtractMethod
);
Microsoft.VisualStudio.LanguageServices.IntegrationTests (2)
CSharp\CSharpExtractMethod.cs (2)
55
VisualStudio.Workspace.WaitForAsyncOperations(Helper.HangMitigatingTimeout, FeatureAttribute.
ExtractMethod
);
96
VisualStudio.Workspace.WaitForAsyncOperations(Helper.HangMitigatingTimeout, FeatureAttribute.
ExtractMethod
);