16 references to WellKnownIntents
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (13)
Intents\AddConstructorParameterIntentTests.cs (6)
20await VerifyExpectedTextAsync(WellKnownIntents.AddConstructorParameter, """ 54await VerifyExpectedTextAsync(WellKnownIntents.AddConstructorParameter, """ 88await VerifyExpectedTextAsync(WellKnownIntents.AddConstructorParameter, """ 126await VerifyExpectedTextAsync(WellKnownIntents.AddConstructorParameter, """ 163await VerifyExpectedTextAsync(WellKnownIntents.AddConstructorParameter, """ 201await VerifyExpectedTextAsync(WellKnownIntents.AddConstructorParameter, """
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.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)]