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