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