2 references to new
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ExtractMethod\ExtractMethodBase.cs (1)
152var extractor = new CSharpMethodExtractor((CSharpSelectionResult)selectedCode, options, localFunction: false);
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpExtractMethodService.cs (1)
30=> new(selectionResult, options, localFunction);