1 implementation of IntentName
Microsoft.CodeAnalysis.Features (1)
Intents\IntentProviderAttribute.cs (1)
14
public string
IntentName
{ get; } = intentName;
1 reference to IntentName
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\IntelliCode\IntentProcessor.cs (1)
33
provider => (provider.Metadata.LanguageName, provider.Metadata.
IntentName
),