4 references to Refactor_ExtractMethod
Microsoft.VisualStudio.LanguageServices.IntegrationTests (4)
CSharp\CSharpExtractMethod.cs (2)
54VisualStudio.ExecuteCommand(WellKnownCommandNames.Refactor_ExtractMethod); 95VisualStudio.ExecuteCommand(WellKnownCommandNames.Refactor_ExtractMethod);
CSharp\CSharpReplIdeFeatures.cs (1)
185Assert.False(VisualStudio.IsCommandAvailable(WellKnownCommandNames.Refactor_ExtractMethod));
VisualBasic\BasicExtractMethod.cs (1)
56VisualStudio.ExecuteCommand(WellKnownCommandNames.Refactor_ExtractMethod);