2 references to WellKnownIntents
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)
30
[IntentProvider(
WellKnownIntents
.AddConstructorParameter, LanguageNames.CSharp)]