9 references to GenerateConstructor
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Intents\GenerateConstructorIntentTests.cs (7)
45await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText).ConfigureAwait(false); 76await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText).ConfigureAwait(false); 110await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText, intentData: intentData).ConfigureAwait(false); 144await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText, intentData: intentData).ConfigureAwait(false); 176await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, initialText, currentText, additionalDocuments, new[] { expectedText }).ConfigureAwait(false); 207await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText).ConfigureAwait(false); 235await VerifyExpectedTextAsync(WellKnownIntents.GenerateConstructor, initialText, currentText, expectedText,
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateConstructorFromMembers\CSharpGenerateConstructorFromMembersCodeRefactoringProvider.cs (1)
29[IntentProvider(WellKnownIntents.GenerateConstructor, LanguageNames.CSharp)]
Microsoft.CodeAnalysis.Features (1)
Intents\WellKnownIntents.cs (1)
12public const string GenerateConstructor = nameof(GenerateConstructor);