4 implementations of ComputeIntentAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
Intents\DeleteParameterIntentProvider.cs (1)
34
public async Task<ImmutableArray<IntentProcessorResult>>
ComputeIntentAsync
(
Intents\RenameIntentProvider.cs (1)
31
public async Task<ImmutableArray<IntentProcessorResult>>
ComputeIntentAsync
(
Microsoft.CodeAnalysis.Features (2)
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.cs (1)
165
public async Task<ImmutableArray<IntentProcessorResult>>
ComputeIntentAsync
(
GenerateConstructorFromMembers\AbstractGenerateConstructorFromMembersCodeRefactoringProvider.cs (1)
76
public async Task<ImmutableArray<IntentProcessorResult>>
ComputeIntentAsync
(Document priorDocument, TextSpan priorSelection, Document currentDocument, IntentDataProvider intentDataProvider, CancellationToken cancellationToken)
1 reference to ComputeIntentAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\IntelliCode\IntentProcessor.cs (1)
76
var results = await provider.Value.
ComputeIntentAsync
(