2 references to InlineMethod
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\InlineMethod\CSharpInlineMethodRefactoringProvider.cs (1)
17
[ExportCodeRefactoringProvider(LanguageNames.CSharp, Name = PredefinedCodeRefactoringProviderNames.
InlineMethod
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorPredefinedCodeRefactoringProviderNames.cs (1)
41
public static string InlineMethod => PredefinedCodeRefactoringProviderNames.
InlineMethod
;