4 instantiations of ProposalAdjustmentResult
Microsoft.CodeAnalysis.Features (4)
Copilot\IProposalAdjusterService.cs (4)
121return new(normalizedChanges, Format: false, AdjustmentResults: default); 155return new(normalizedChanges, Format: false, AdjustmentResults: default); 170return new(normalizedChanges, Format: false, AdjustmentResults: default); 173return new(totalChanges, Format: true, adjustmentResults.ToImmutableAndClear());
6 references to ProposalAdjustmentResult
Microsoft.CodeAnalysis.Features (5)
Copilot\IProposalAdjusterService.cs (5)
52ValueTask<ProposalAdjustmentResult> TryAdjustProposalAsync( 61ValueTask<ProposalAdjustmentResult> TryAdjustProposalAsync( 87public async ValueTask<ProposalAdjustmentResult> TryAdjustProposalAsync( 98var result = await client.TryInvokeAsync<IRemoteCopilotProposalAdjusterService, ProposalAdjustmentResult>( 113private async Task<ProposalAdjustmentResult> TryAdjustProposalInCurrentProcessAsync(
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\Copilot\RemoteCopilotProposalAdjusterService.cs (1)
25public ValueTask<ProposalAdjustmentResult> TryAdjustProposalAsync(