2 implementations of ComputeIntentAsync
Microsoft.CodeAnalysis.Features (2)
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.cs (1)
161
public async Task<ImmutableArray<IntentProcessorResult>>
ComputeIntentAsync
(
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.cs (1)
77
public async Task<ImmutableArray<IntentProcessorResult>>
ComputeIntentAsync
(
1 reference to ComputeIntentAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\IntelliCode\IntentProcessor.cs (1)
63
var results = await provider.Value.
ComputeIntentAsync
(