3 instantiations of ProposalAdjustmentResult
Microsoft.CodeAnalysis.Features (3)
Copilot\IProposalAdjusterService.cs (3)
109
return
new
(normalizedChanges, Format: false, AdjustmentResults: default);
143
return
new
(normalizedChanges, Format: false, AdjustmentResults: default);
152
return
new
(totalChanges, Format: true, adjustmentResults.ToImmutableAndClear());
6 references to ProposalAdjustmentResult
Microsoft.CodeAnalysis.Features (5)
Copilot\IProposalAdjusterService.cs (5)
47
ValueTask<
ProposalAdjustmentResult
> TryAdjustProposalAsync(
55
ValueTask<
ProposalAdjustmentResult
> TryAdjustProposalAsync(
79
public async ValueTask<
ProposalAdjustmentResult
> TryAdjustProposalAsync(
89
var result = await client.TryInvokeAsync<IRemoteCopilotProposalAdjusterService,
ProposalAdjustmentResult
>(
102
private async Task<
ProposalAdjustmentResult
> TryAdjustProposalInCurrentProcessAsync(
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\Copilot\RemoteCopilotProposalAdjusterService.cs (1)
24
public ValueTask<
ProposalAdjustmentResult
> TryAdjustProposalAsync(