3 references to ReplaceMethodWithProperty
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorPredefinedCodeRefactoringProviderNames.cs (1)
53
public static string ReplaceMethodWithProperty => PredefinedCodeRefactoringProviderNames.
ReplaceMethodWithProperty
;
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\PredefinedCodeRefactoringProviderNames.cs (1)
77
public const string ReplaceMethodWithProperty = nameof(
ReplaceMethodWithProperty
);
ReplaceMethodWithProperty\ReplaceMethodWithPropertyCodeRefactoringProvider.cs (1)
26
[ExportCodeRefactoringProvider(LanguageNames.CSharp, LanguageNames.VisualBasic, Name = PredefinedCodeRefactoringProviderNames.
ReplaceMethodWithProperty
), Shared]