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