9 references to GenerateConstructor
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Intents\GenerateConstructorIntentTests.cs (7)
20await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, """ 50await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, """ 84await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, """ 118await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, """ 168await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, """ 184await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, """ 214await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, """
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateConstructors\CSharpGenerateConstructorsCodeRefactoringProvider.cs (1)
25[IntentProvider(WellKnownIntents.GenerateConstructor, LanguageNames.CSharp)]
Microsoft.CodeAnalysis.Features (1)
Intents\WellKnownIntents.cs (1)
12public const string GenerateConstructor = nameof(GenerateConstructor);