9 references to GenerateConstructor
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Intents\GenerateConstructorIntentTests.cs (7)
20
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, """
50
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, """
84
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, """
118
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, """
168
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, """
184
await VerifyExpectedTextAsync(WellKnownIntents.
GenerateConstructor
, """
214
await 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)
12
public const string GenerateConstructor = nameof(
GenerateConstructor
);