14 references to Extract_method
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (12)
CodeActions\ExtractMethod\ExtractLocalFunctionTests.cs (8)
4127await TestExactActionSetOfferedAsync(code, new[] { FeaturesResources.Extract_method }, new TestParameters(parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.CSharp6))); 4143await TestExactActionSetOfferedAsync(code, new[] { FeaturesResources.Extract_method }, new TestParameters(parseOptions: TestOptions.Regular.WithLanguageVersion(LanguageVersion.CSharp5))); 4941await TestExactActionSetOfferedAsync(code, new[] { FeaturesResources.Extract_method }); 4955await TestExactActionSetOfferedAsync(code, new[] { FeaturesResources.Extract_method }); 4973await TestExactActionSetOfferedAsync(code, new[] { FeaturesResources.Extract_method }); 4991await TestExactActionSetOfferedAsync(code, new[] { FeaturesResources.Extract_method }); 5009await TestExactActionSetOfferedAsync(code, new[] { FeaturesResources.Extract_method }); 5027await TestExactActionSetOfferedAsync(code, new[] { FeaturesResources.Extract_method });
CodeActions\ExtractMethod\ExtractMethodTests.cs (4)
4986CodeActionEquivalenceKey = nameof(FeaturesResources.Extract_method), 5012CodeActionEquivalenceKey = nameof(FeaturesResources.Extract_method), 5042CodeActionEquivalenceKey = nameof(FeaturesResources.Extract_method), 5074CodeActionEquivalenceKey = nameof(FeaturesResources.Extract_method),
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\ExtractMethod\AbstractExtractMethodCodeRefactoringProvider.cs (2)
99FeaturesResources.Extract_method, 105nameof(FeaturesResources.Extract_method));