1 write to ActionName
Microsoft.CodeAnalysis.Features (1)
Intents\IntentResult.cs (1)
41
ActionName
= actionName ?? throw new ArgumentNullException(nameof(actionName));
1 reference to ActionName
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\IntelliCode\IntentProcessor.cs (1)
121
return new IntentSource(processorResult.Title, processorResult.
ActionName
, results.ToImmutableDictionary());