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