2 instantiations of CSharpExtractMethodService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
ExtractMethod\ExtractMethodTests.cs (2)
11239var service = new CSharpExtractMethodService(); 11256var service = new CSharpExtractMethodService() as IExtractMethodService;
1 reference to CSharpExtractMethodService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ExtractMethod\ExtractMethodTests.cs (1)
11239var service = new CSharpExtractMethodService();