9 references to GenerateConstructor
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Intents\GenerateConstructorIntentTests.cs (7)
45
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, initialText, currentText, expectedText).ConfigureAwait(false);
76
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, initialText, currentText, expectedText).ConfigureAwait(false);
110
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, initialText, currentText, expectedText, intentData: intentData).ConfigureAwait(false);
144
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, initialText, currentText, expectedText, intentData: intentData).ConfigureAwait(false);
176
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, initialText, currentText, additionalDocuments, new[] { expectedText }).ConfigureAwait(false);
207
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, initialText, currentText, expectedText).ConfigureAwait(false);
235
await 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)
12
public const string GenerateConstructor = nameof(
GenerateConstructor
);