2 references to GetIntentsAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Intents\IntentTestsBase.cs (2)
34
var results = await
GetIntentsAsync
(workspace, intentName, currentDocumentText, options, intentData).ConfigureAwait(false);
61
var results = await
GetIntentsAsync
(workspace, intentName, currentDocumentText, options, intentData).ConfigureAwait(false);