2 references to ConvertPrimaryToRegularConstructor
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (1)
36
[ExportCodeRefactoringProvider(LanguageNames.CSharp, Name = PredefinedCodeRefactoringProviderNames.
ConvertPrimaryToRegularConstructor
), Shared]
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\PredefinedCodeRefactoringProviderNames.cs (1)
32
public const string ConvertPrimaryToRegularConstructor = nameof(
ConvertPrimaryToRegularConstructor
);