3 instantiations of ProposalAdjustmentResult
Microsoft.CodeAnalysis.Features (3)
Copilot\IProposalAdjusterService.cs (3)
115return new(normalizedChanges, Format: false, AdjustmentResults: default); 149return new(normalizedChanges, Format: false, AdjustmentResults: default); 158return new(totalChanges, Format: true, adjustmentResults.ToImmutableAndClear());
6 references to ProposalAdjustmentResult
Microsoft.CodeAnalysis.Features (5)
Copilot\IProposalAdjusterService.cs (5)
47ValueTask<ProposalAdjustmentResult> TryAdjustProposalAsync( 56ValueTask<ProposalAdjustmentResult> TryAdjustProposalAsync( 81public async ValueTask<ProposalAdjustmentResult> TryAdjustProposalAsync( 92var result = await client.TryInvokeAsync<IRemoteCopilotProposalAdjusterService, ProposalAdjustmentResult>( 107private async Task<ProposalAdjustmentResult> TryAdjustProposalInCurrentProcessAsync(
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\Copilot\RemoteCopilotProposalAdjusterService.cs (1)
25public ValueTask<ProposalAdjustmentResult> TryAdjustProposalAsync(