7 references to IntentProcessorResult
Microsoft.CodeAnalysis.Features (7)
AddConstructorParametersFromMembers\AddConstructorParametersFromMembersCodeRefactoringProvider.cs (3)
162
public async Task<ImmutableArray<
IntentProcessorResult
>> ComputeIntentAsync(
181
var results = new FixedSizeArrayBuilder<
IntentProcessorResult
>(actions.Length);
188
var
intent = new IntentProcessorResult(changedSolution, [priorDocument.Id], action.Title, action.ActionName);
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.cs (3)
76
public async Task<ImmutableArray<
IntentProcessorResult
>> ComputeIntentAsync(
97
using var _2 = ArrayBuilder<
IntentProcessorResult
>.GetInstance(out var results);
108
static async Task<
IntentProcessorResult
?> GetIntentProcessorResultAsync(
Intents\IIntentProvider.cs (1)
14
Task<ImmutableArray<
IntentProcessorResult
>> ComputeIntentAsync(