7 references to IntentProcessorResult
Microsoft.CodeAnalysis.Features (7)
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.cs (3)
163public async Task<ImmutableArray<IntentProcessorResult>> ComputeIntentAsync( 182var results = new FixedSizeArrayBuilder<IntentProcessorResult>(actions.Length); 189var intent = new IntentProcessorResult(changedSolution, [priorDocument.Id], action.Title, action.ActionName);
GenerateConstructorFromMembers\AbstractGenerateConstructorFromMembersCodeRefactoringProvider.cs (3)
74public async Task<ImmutableArray<IntentProcessorResult>> ComputeIntentAsync( 95using var _2 = ArrayBuilder<IntentProcessorResult>.GetInstance(out var results); 106static async Task<IntentProcessorResult?> GetIntentProcessorResultAsync(
Intents\IIntentProvider.cs (1)
14Task<ImmutableArray<IntentProcessorResult>> ComputeIntentAsync(