1 write to IntentName
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\IntelliCode\Api\IIntentSourceProvider.cs (1)
60
IntentName
= intentName ?? throw new ArgumentNullException(nameof(intentName));
2 references to IntentName
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\IntelliCode\IntentProcessor.cs (2)
60
if (!_lazyIntentProviders.TryGetValue((LanguageName: languageName, IntentName: intentRequestContext.
IntentName
), out var provider))
64
m["intent"] = intentRequestContext.
IntentName
;