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