16 references to WellKnownIntents
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (13)
Intents\AddConstructorParameterIntentTests.cs (6)
20
await VerifyExpectedTextAsync(
WellKnownIntents
.AddConstructorParameter, """
54
await VerifyExpectedTextAsync(
WellKnownIntents
.AddConstructorParameter, """
88
await VerifyExpectedTextAsync(
WellKnownIntents
.AddConstructorParameter, """
126
await VerifyExpectedTextAsync(
WellKnownIntents
.AddConstructorParameter, """
163
await VerifyExpectedTextAsync(
WellKnownIntents
.AddConstructorParameter, """
201
await VerifyExpectedTextAsync(
WellKnownIntents
.AddConstructorParameter, """
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.EditorFeatures (1)
ExternalAccess\IntelliCode\Api\IIntentSourceProvider.cs (1)
31
/// The intent name. <see cref="
WellKnownIntents
"/> contains all intents roslyn knows how to handle.
Microsoft.CodeAnalysis.Features (1)
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.cs (1)
29
[IntentProvider(
WellKnownIntents
.AddConstructorParameter, LanguageNames.CSharp)]