2 references to IntentName
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\IntelliCode\IntentProcessor.cs (2)
46
if (!_lazyIntentProviders.TryGetValue((LanguageName: languageName, IntentName: intentRequestContext.
IntentName
), out var provider))
51
m["intent"] = intentRequestContext.
IntentName
;