1 implementation of ComputeIntentsAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\IntelliCode\IntentProcessor.cs (1)
37
public async Task<ImmutableArray<IntentSource>>
ComputeIntentsAsync
(IntentRequestContext intentRequestContext, CancellationToken cancellationToken)
2 references to ComputeIntentsAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Intents\IntentTestsBase.cs (1)
129
var results = await intentSource.
ComputeIntentsAsync
(intentContext, CancellationToken.None).ConfigureAwait(false);
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\IntelliCode\Api\IIntentSourceProvider.cs (1)
41
/// The text snapshot and selection when <see cref="IIntentSourceProvider.
ComputeIntentsAsync
"/>